|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JoinEvent
JoinIRCEvent is the event that will be dispatched when someone joins a channel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
|---|
IRCEvent.Type |
| Method Summary | |
|---|---|
Channel |
getChannel()
returns the Channel object joined |
String |
getChannelName()
returns the name of the channel joined to cause this event |
String |
getHostName()
returns the hostname of the person who joined the channel |
String |
getNick()
returns the nick of who joined the channel |
String |
getUserName()
return the username in the user's hostmask |
| Methods inherited from interface jerklib.events.IRCEvent |
|---|
getRawEventData, getSession, getType |
| Method Detail |
|---|
String getNick()
String getUserName()
String getHostName()
String getChannelName()
Channel getChannel()
Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||