Subclasses of DefaultListenerFactory in org.barracudamvc.core.event.helper |
class |
EventConnectorFactory
This class associates a specific event handler class with an event by
extending DefaultListenerFactory and making implementation details in the
gateways much simpler... |
class |
EventForwardingFactory
This class provides a simple factory that will handle
events by simply adding a new event to the queue, in
effect acting as an event forwarder. |
class |
EventRedirectFactory
This class provides a simple factory that will handle
events by simply throwing a client side redirect, in
effect acting as an event forwarder. |