|
||||||||||
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.WatchMsg
com.leafdigital.irc.api.OffWatchMsg
public class OffWatchMsg
Message sent when a watched user goes offline
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 | |
---|---|
OffWatchMsg(Server s,
IRCUserAddress ua,
boolean realChange)
|
Method Summary |
---|
Methods inherited from class com.leafdigital.irc.api.WatchMsg |
---|
getNick, getServer, getUserAddress, isRealChange |
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, toString, wait, wait, wait |
Field Detail |
---|
public static MessageInfo info
Constructor Detail |
---|
public OffWatchMsg(Server s, IRCUserAddress ua, boolean realChange)
s
- Serverua
- User addressrealChange
- True if this was a real change in their status rather
than just us adding the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |