|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.events.impl.dcc.DccResumeEventImpl
public class DccResumeEventImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jerklib.events.dcc.DccEvent |
---|
DccEvent.DccType |
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent |
---|
IRCEvent.Type |
Constructor Summary | |
---|---|
DccResumeEventImpl(String filename,
int port,
long position,
String ctcpString,
String hostName,
String message,
String nick,
String userName,
String rawEventData,
Channel channel,
Session session)
|
Method Summary | |
---|---|
Channel |
getChannel()
returns IRCChannel object the PrivMsg occured in |
String |
getCtcpString()
Returns the CTCP query |
DccEvent.DccType |
getDccType()
Used to find out the exact type of event the DccEvent object is. |
String |
getFilename()
|
String |
getHostName()
getHostName() returns a string that represents the host of the creator of this event |
String |
getMessage()
getMessage() returns the message part of the event |
String |
getNick()
returns the nick of the person who created the PrivMsgIRCEvent |
int |
getPort()
|
long |
getPosition()
|
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
Used to find out the exact type of event the IRCEvent object is. |
String |
getUserName()
This will return the username field of the user's hostmask nick!username@host |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jerklib.events.CtcpEvent |
---|
getCtcpString |
Methods inherited from interface jerklib.events.MessageEvent |
---|
getChannel, getHostName, getMessage, getNick, getUserName |
Methods inherited from interface jerklib.events.IRCEvent |
---|
getRawEventData, getSession, getType |
Constructor Detail |
---|
public DccResumeEventImpl(String filename, int port, long position, String ctcpString, String hostName, String message, String nick, String userName, String rawEventData, Channel channel, Session session)
Method Detail |
---|
public DccEvent.DccType getDccType()
DccEvent
getDccType
in interface DccEvent
public String getFilename()
getFilename
in interface DccResumeEvent
public int getPort()
getPort
in interface DccResumeEvent
public long getPosition()
getPosition
in interface DccResumeEvent
public String getRawEventData()
IRCEvent
getRawEventData
in interface IRCEvent
public Session getSession()
IRCEvent
getSession
in interface IRCEvent
public IRCEvent.Type getType()
IRCEvent
getType
in interface IRCEvent
public String getCtcpString()
CtcpEvent
getCtcpString
in interface CtcpEvent
public Channel getChannel()
MessageEvent
getChannel
in interface MessageEvent
public String getHostName()
MessageEvent
getHostName
in interface MessageEvent
public String getMessage()
MessageEvent
getMessage
in interface MessageEvent
public String getNick()
MessageEvent
getNick
in interface MessageEvent
public String getUserName()
MessageEvent
getUserName
in interface MessageEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |