|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |