|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.defcon.communication.messages.commands.DefConCommand
cz.cuni.amis.pogamut.defcon.communication.messages.commands.WhiteboardClear
public class WhiteboardClear
Clear the whiteboard.
| Constructor Summary | |
|---|---|
WhiteboardClear()
Creates new instance of command WhiteboardClear. |
|
WhiteboardClear(WhiteboardClear original)
Cloning constructor... |
|
| Method Summary | |
|---|---|
void |
perform()
Performs the command - to be used only by the DefConCommandExecutor. |
String |
toHtmlString()
Returns message in html format. |
String |
toString()
Returns human readable serialization of the message. |
| Methods inherited from class cz.cuni.amis.pogamut.defcon.communication.messages.commands.DefConCommand |
|---|
getStringizedFields, toMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WhiteboardClear()
public WhiteboardClear(WhiteboardClear original)
original - | Method Detail |
|---|
public void perform()
DefConCommandExecutor.
perform in class DefConCommandpublic String toString()
toString in class CommandMessagepublic String toHtmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||