Uses of Class
net.sf.urlchecker.events.EventTypes

Packages that use EventTypes
net.sf.urlchecker.events Provides all the Classes and interfaces to be used forEvent handling in the urlchecker library. 
 

Uses of EventTypes in net.sf.urlchecker.events
 

Methods in net.sf.urlchecker.events that return EventTypes
 EventTypes ChainEvent.getEventType()
          Gets the event type.
 EventTypes BasicChainEvent.getEventType()
          Gets the event type.
static EventTypes EventTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventTypes[] EventTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.urlchecker.events with parameters of type EventTypes
BasicChainEvent(Command command, Context context, EventTypes eventType)
          Instantiates a new basic chain event.
 



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.