All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Client.ResponseClient

java.lang.Object
   |
   +----Acme.Conf.Response
           |
           +----Acme.Conf.Client.ResponseClient

public class ResponseClient
extends Response
Client side of a conferencing response.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o ResponseClient()

Method Index

 o getAuthor()
The author of the response.
 o getDate()
The date the response was entered.
 o getNumber()
The number of this response.
 o getPseud()
The author's pseudonym for this response - often the same as the real name, but not always.
 o getScribbleDate()
The time of the scribble.
 o getScribbler()
The user who did the scribbling.
 o getText()
The text of the response.
 o hide(Session)
Hide this response.
 o isHidden()
Whether the response is hidden.
 o isScribbled()
Whether the response is scribbled.
 o scribble(Session)
Scribble this response.
 o unhide(Session)
Unhide this response.

Constructors

 o ResponseClient
 protected ResponseClient()

Methods

 o getNumber
 public int getNumber()
The number of this response.

Overrides:
getNumber in class Response
 o getDate
 public long getDate()
The date the response was entered.

Overrides:
getDate in class Response
 o getAuthor
 public User getAuthor()
The author of the response.

Overrides:
getAuthor in class Response
 o getPseud
 public String getPseud()
The author's pseudonym for this response - often the same as the real name, but not always.

Overrides:
getPseud in class Response
 o getText
 public String getText()
The text of the response.

Overrides:
getText in class Response
 o isHidden
 public boolean isHidden()
Whether the response is hidden. The text of hidden responses is normally not shown.

Overrides:
isHidden in class Response
 o isScribbled
 public boolean isScribbled()
Whether the response is scribbled. Scribbling is similar to hiding, but the text is really gone and can never be shown.

Overrides:
isScribbled in class Response
 o getScribbler
 public User getScribbler()
The user who did the scribbling.

Overrides:
getScribbler in class Response
 o getScribbleDate
 public long getScribbleDate()
The time of the scribble.

Overrides:
getScribbleDate in class Response
 o hide
 public void hide(Session session)
Hide this response.

Only the author or a host may do this.

Overrides:
hide in class Response
 o unhide
 public void unhide(Session session)
Unhide this response.

Only the author or a host may do this.

Overrides:
unhide in class Response
 o scribble
 public void scribble(Session session)
Scribble this response. Scribbling cannot be undone.

Only the author or a host may do this.

Overrides:
scribble in class Response

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs