|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.InviteEventImpl
public class InviteEventImpl
InviteEvent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Constructor Summary | |
|---|---|
InviteEventImpl(String channel,
String nick,
String userName,
String hostName,
String rawEventData,
Session session)
|
|
| Method Summary | |
|---|---|
String |
getChannelName()
Gets the channel to which we were invited to |
String |
getHostName()
Gets the hostname of the user who invited us. |
String |
getNick()
Gets the nick of the person who invited us |
String |
getRawEventData()
getRawEventData() returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
getType() is used to find out the exact type of event the IRCEvent object is. |
String |
getUserName()
Gets the username from the user's hostmask |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InviteEventImpl(String channel,
String nick,
String userName,
String hostName,
String rawEventData,
Session session)
| Method Detail |
|---|
public IRCEvent.Type getType()
getType in interface IRCEventType enum for event.public String getChannelName()
getChannelName in interface InviteEventpublic String getNick()
getNick in interface InviteEventpublic String getHostName()
InviteEvent
getHostName in interface InviteEventpublic String getUserName()
InviteEvent
getUserName in interface InviteEventpublic String getRawEventData()
getRawEventData in interface IRCEventString Raw IRC event text.public Session getSession()
IRCEvent
getSession in interface IRCEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||