Uses of Package
org.enhydra.barracuda.core.event

Packages that use org.enhydra.barracuda.core.event
org.enhydra.barracuda.admin   
org.enhydra.barracuda.config   
org.enhydra.barracuda.core.comp.helper   
org.enhydra.barracuda.core.event   
org.enhydra.barracuda.core.event.events   
org.enhydra.barracuda.core.event.helper   
org.enhydra.barracuda.examples   
org.enhydra.barracuda.examples.ex1   
org.enhydra.barracuda.examples.ex3   
org.enhydra.barracuda.examples.ex4   
org.enhydra.barracuda.examples.xmlc   
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.admin
DefaultEventGateway
          Default implementation of an EventGateway.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.config
DefaultEventGateway
          Default implementation of an EventGateway.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.core.comp.helper
EventException
          This class defines the basic event exception.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.core.event
ApplicationAssembler
          This interface defines an ApplicationAssembler.
BaseEvent
          This interface defines the methods needed to implement a BaseEvent
BaseEventListener
          This class defines the methods for Event listeners
ControlEvent
          This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares").
ControlEventContext
          This interface extends the EventContext to provide access to the HttpServletRequest.
DefaultBaseEvent
          This is the default implementation for the BaseEvent interface.
DispatcherFactory
          This interface defines the methods needed to create an instance of an event dispatcher
DispatchQueue
          This interface defines the methods needed to implement a DispatchQueue
EventBroker
          This interface defines the methods needed to implement an EventBroker
EventContext
          This interface defines the event context.
EventDispatcher
          This interface defines the methods needed to implement an EventDispatcher
EventException
          This class defines the basic event exception.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
EventPool
          This indterface defines the methods needed to implement an EventPool
Exceptional
          This marker interface indicates an Event must be handled, and if it's not, the parent event should be dispatched.
InvalidClassException
          This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie.
ListenerFactory
          This interface defines the methods needed to be an ListenerFactory.
NoAvailableEventsException
          This class defines a NoAvailableEventsException...it gets thrown when there there are event handlers but none of them actually handle it
Polymorphic
          This interface indicates an Event is Polymorphic, in the sense that firing it causes parent events to be fired first.
ViewEvent
          This defines a basic View event, indicating some kind of response/view must be generated.
ViewEventContext
          This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.core.event.events
BaseEvent
          This interface defines the methods needed to implement a BaseEvent
ControlEvent
          This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares").
DefaultBaseEvent
          This is the default implementation for the BaseEvent interface.
HttpRequestEvent
          A HttpRequestEvent indicates that we received an HTTP Request.
Polymorphic
          This interface indicates an Event is Polymorphic, in the sense that firing it causes parent events to be fired first.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.core.event.helper
BaseEventListener
          This class defines the methods for Event listeners
DefaultBaseEventListener
          This class provides the default implementation for a BaseEventListener.
DefaultListenerFactory
          This class provides the default implementaion for a ListenerFactory Note that a factory is responsible for ensuring threadsafety within the underlying listener, so the factory should either return a new instance of the listener OR keep one static synchronized instance and return that instead.
EventException
          This class defines the basic event exception.
ListenerFactory
          This interface defines the methods needed to be an ListenerFactory.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.examples
ApplicationGateway
          The application gateway is responsible for a number of things.
DefaultEventGateway
          Default implementation of an EventGateway.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.examples.ex1
DefaultEventGateway
          Default implementation of an EventGateway.
EventException
          This class defines the basic event exception.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.examples.ex3
DefaultEventGateway
          Default implementation of an EventGateway.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.examples.ex4
DefaultEventGateway
          Default implementation of an EventGateway.
DefaultListenerFactory
          This class provides the default implementaion for a ListenerFactory Note that a factory is responsible for ensuring threadsafety within the underlying listener, so the factory should either return a new instance of the listener OR keep one static synchronized instance and return that instead.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
ListenerFactory
          This interface defines the methods needed to be an ListenerFactory.
 

Classes in org.enhydra.barracuda.core.event used by org.enhydra.barracuda.examples.xmlc
DefaultEventGateway
          Default implementation of an EventGateway.
EventGateway
          An EventGateway simply represents a gateway to a set of event handlers within a system.
 



Copyright © 2001 Enhydra.org