Uses of Class
jerklib.events.dcc.DccEvent.DccType

Packages that use DccEvent.DccType
jerklib.events.dcc Package contains all the DCC event interfaces 
jerklib.events.impl.dcc Package contains all the DCC event implementations 
 

Uses of DccEvent.DccType in jerklib.events.dcc
 

Methods in jerklib.events.dcc that return DccEvent.DccType
 DccEvent.DccType DccEvent.getDccType()
          Used to find out the exact type of event the DccEvent object is.
static DccEvent.DccType DccEvent.DccType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DccEvent.DccType[] DccEvent.DccType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DccEvent.DccType in jerklib.events.impl.dcc
 

Methods in jerklib.events.impl.dcc that return DccEvent.DccType
 DccEvent.DccType DccResumeEventImpl.getDccType()
           
 DccEvent.DccType DccUnknownEventImpl.getDccType()
           
 DccEvent.DccType DccChatEventImpl.getDccType()
           
 DccEvent.DccType DccAcceptEventImpl.getDccType()
           
 DccEvent.DccType DccSendEventImpl.getDccType()