|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.dcc.DccUnknownEventImpl
public class DccUnknownEventImpl
| 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 | |
|---|---|
DccUnknownEventImpl(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 |
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 |
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 DccUnknownEventImpl(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 DccEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEventpublic String getCtcpString()
CtcpEvent
getCtcpString in interface CtcpEventpublic Channel getChannel()
MessageEvent
getChannel in interface MessageEventpublic String getHostName()
MessageEvent
getHostName in interface MessageEventpublic String getMessage()
MessageEvent
getMessage in interface MessageEventpublic String getNick()
MessageEvent
getNick in interface MessageEventpublic String getUserName()
MessageEvent
getUserName in interface MessageEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||