Uses of Class
jerklib.events.modes.ModeEvent.ModeType

Packages that use ModeEvent.ModeType
jerklib.events.impl Package contains all the event implementations 
jerklib.events.modes Package contains classes for ModeEvents 
 

Uses of ModeEvent.ModeType in jerklib.events.impl
 

Methods in jerklib.events.impl that return ModeEvent.ModeType
 ModeEvent.ModeType ModeEventImpl.getModeType()
           
 

Constructors in jerklib.events.impl with parameters of type ModeEvent.ModeType
ModeEventImpl(ModeEvent.ModeType type, String rawEventData, Session session, List<ModeAdjustment> modeAdjustments, String setBy, Channel channel)
           
 

Uses of ModeEvent.ModeType in jerklib.events.modes
 

Methods in jerklib.events.modes that return ModeEvent.ModeType
 ModeEvent.ModeType ModeEvent.getModeType()
          Indicates if this is a user mode or channel mode event
static ModeEvent.ModeType ModeEvent.ModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModeEvent.ModeType[] ModeEvent.ModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.