jerklib.events
Interface PartEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
PartEventImpl

public interface PartEvent
extends IRCEvent

PartIRCEvent is made when someone parts a channel

Author:
mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 Channel getChannel()
          returns IRCChannel object for channel parted
 String getChannelName()
          returns the name of the channel parted
 String getHostName()
          get the hostname of the parted
 String getPartMessage()
          returns part message if there is one
 String getUserName()
          get the username of the nick who parted the channel.
 String getWho()
          returns the nick of who parted
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getWho

String getWho()
returns the nick of who parted

Returns:
nick of parted

getUserName

String getUserName()
get the username of the nick who parted the channel.

Returns:
the username of the parted,

getHostName

String getHostName()
get the hostname of the parted

Returns:
the hostname of the parted

getChannelName

String getChannelName()
returns the name of the channel parted

Returns:
name of channel parted

getChannel

Channel getChannel()
returns IRCChannel object for channel parted

Returns:
Channel object parted
See Also:
Channel

getPartMessage

String getPartMessage()
returns part message if there is one

Returns:
part message