|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GeneralChatWindow.Handler
Callbacks from the window
Method Summary | |
---|---|
void |
doCommand(Commands c,
java.lang.String line)
User has entered a command line. |
void |
internalAction(org.w3c.dom.Element e)
User has clicked on an |
void |
windowClosed()
User has closed the window. |
Method Detail |
---|
void doCommand(Commands c, java.lang.String line) throws GeneralException
c
- Commands objectline
- Line entered
GeneralException
- Any errorvoid windowClosed() throws GeneralException
GeneralException
- Any errorvoid internalAction(org.w3c.dom.Element e) throws GeneralException
e
- XML element representing the link
GeneralException
- Any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |