|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AwayEvent
This is an event that is fired under three conditions:
AwayEvent.EventType
.
Nested Class Summary | |
---|---|
static class |
AwayEvent.EventType
An enum to determine the type of event that was fired. |
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Method Summary | |
---|---|
String |
getAwayMessage()
Returns the away message or an empty String if it was user of lib who caused the event to fire. |
AwayEvent.EventType |
getEventType()
Return the event type that was fired |
String |
getNick()
Get the nick who fired the event. |
boolean |
isAway()
Whether or not subject of event is away. |
boolean |
isYou()
Whether or not it was user of lib that caused this event |
Methods inherited from interface jerklib.events.IRCEvent |
---|
getRawEventData, getSession, getType |
Method Detail |
---|
AwayEvent.EventType getEventType()
AwayEvent.EventType
boolean isAway()
String getAwayMessage()
boolean isYou()
String getNick()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |