|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleafchat.core.api.Msg
com.leafdigital.irc.api.IRCMsg
com.leafdigital.irc.api.UserSourceIRCMsg
com.leafdigital.irc.api.UserIRCMsg
com.leafdigital.irc.api.UserMessageIRCMsg
public class UserMessageIRCMsg
Message sent to a user
Field Summary | |
---|---|
static MessageInfo |
info
Scripting event information. |
Fields inherited from class leafchat.core.api.Msg |
---|
PRIORITY_AFTERNORMAL, PRIORITY_BEFORENORMAL, PRIORITY_EARLY, PRIORITY_FIRST, PRIORITY_LAST, PRIORITY_LATE, PRIORITY_NORMAL |
Constructor Summary | |
---|---|
UserMessageIRCMsg(IRCUserAddress source,
java.lang.String targetNick,
byte[] text)
|
Method Summary | |
---|---|
byte[] |
getText()
|
java.lang.String |
toString()
|
Methods inherited from class com.leafdigital.irc.api.UserIRCMsg |
---|
getTargetNick |
Methods inherited from class com.leafdigital.irc.api.UserSourceIRCMsg |
---|
getSourceUser |
Methods inherited from class com.leafdigital.irc.api.IRCMsg |
---|
constructBytes, constructBytes, convertEncoding, convertISO, getCommand, getCommandBytes, getLine, getLineISO, getParamISO, getParams, getPrefix, getPrefixBytes, getServer, hasEncoding, includesPostfix, init, init, isParamInteger, setEncoding, splitBytes |
Methods inherited from class leafchat.core.api.Msg |
---|
isHandled, isStopped, markHandled, markStopped, sequenceBefore, setSequence, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static MessageInfo info
Constructor Detail |
---|
public UserMessageIRCMsg(IRCUserAddress source, java.lang.String targetNick, byte[] text)
source
- User that is in the message prefixtargetNick
- Target nicknametext
- Text of messageMethod Detail |
---|
public byte[] getText()
public java.lang.String toString()
toString
in class UserIRCMsg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |