net.javacoding.jspider.api.event |
|
Java Source File Name | Type | Comment |
EventSink.java | Interface | Interface that will be implemented upon each class that will be used as an
event sink for JSpider API events. |
EventVisitable.java | Interface | Visitable part of the Visitor pattern implementation that's used for the
handling of JSpider API events. |
EventVisitor.java | Interface | Visitor interface that must be implemented upon each class that will act as
a visitor in the applied visitor pattern for event handling. |
JSpiderEvent.java | Class | Base class of all JSpider API events. |