|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cliser.CommunicatorUser
Method Summary | |
Communicator |
getCommunicator()
myCommunicator accessor |
protected abstract Communicator |
initCommunicator()
abstract method for Communicator initialization |
java.lang.String |
receive()
receive() primitive (for convenience, not necessity) PRE: Someone will send me a message via this.getCommunicator() |
void |
send(java.lang.String aMessage)
send() primitive (for convenience, not necessity) |
protected void |
setCommunicator(Communicator aCommunicator)
myCommunicator mutator |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
protected abstract Communicator initCommunicator()
public Communicator getCommunicator()
protected void setCommunicator(Communicator aCommunicator)
public void send(java.lang.String aMessage)
public java.lang.String receive()
|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |