|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainEvent | |
---|---|
net.sf.urlchecker.commands | Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams. |
net.sf.urlchecker.events | Provides all the Classes and interfaces to be used forEvent handling in the urlchecker library. |
Uses of ChainEvent in net.sf.urlchecker.commands |
---|
Methods in net.sf.urlchecker.commands with parameters of type ChainEvent | |
---|---|
protected void |
AbstractCommand.fireEvent(ChainEvent event)
Fires an event by passing the event object to all registered listeners. |
Uses of ChainEvent in net.sf.urlchecker.events |
---|
Classes in net.sf.urlchecker.events that implement ChainEvent | |
---|---|
class |
BasicChainEvent
The Class BasicChainEvent. |
Methods in net.sf.urlchecker.events with parameters of type ChainEvent | |
---|---|
void |
ChainListener.fireEvent(ChainEvent event)
Fire event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |