|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listens for messages. The classes that implement this interface can format the information as they see fit (e.g. plain text or graphical).
Field Summary | |
static int |
ACTION
|
static int |
ENTER
|
static int |
ERROR
|
static int |
EXIT
|
static int |
FATAL
|
static int |
MSG
|
static int |
OBJIRCINFO
|
static int |
OUTGOINGCOMMAND
|
static int |
SERVERINFO
|
Method Summary | |
void |
addAction(java.lang.String actor,
java.lang.String msg)
add an action from this actor |
void |
addEmphasisMsg(java.lang.String msg,
int icontype)
as with addMsg, but with emphasis |
void |
addMsg(java.lang.String msg,
int icontype)
add a message with the specified icon |
void |
addMsgEx(java.lang.String actor,
java.lang.String msg,
int icon)
add a message from an actor with the given icon |
void |
addNotice(java.lang.String actor,
java.lang.String msg)
add a notice from this actor |
void |
addPrivMsg(java.lang.String actor,
java.lang.String msg)
add a message from an actor |
void |
onUserInput()
take any action necessary when the user has 'interacted' with the system (hint: set caret at end) |
Field Detail |
public static final int SERVERINFO
public static final int OBJIRCINFO
public static final int MSG
public static final int ERROR
public static final int FATAL
public static final int OUTGOINGCOMMAND
public static final int ACTION
public static final int ENTER
public static final int EXIT
Method Detail |
public void addMsgEx(java.lang.String actor, java.lang.String msg, int icon)
public void addPrivMsg(java.lang.String actor, java.lang.String msg)
public void addAction(java.lang.String actor, java.lang.String msg)
public void addNotice(java.lang.String actor, java.lang.String msg)
public void addMsg(java.lang.String msg, int icontype)
public void addEmphasisMsg(java.lang.String msg, int icontype)
public void onUserInput()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |