Uses of Class
jet.events.Event

Packages that use Event
jet.events   
jet.queue   
jet.servlet.queue   
 

Uses of Event in jet.events
 

Fields in jet.events declared as Event
private  Event Event.cause
           
 

Methods in jet.events that return Event
 Event Event.getCause()
           
 

Methods in jet.events with parameters of type Event
 void EventSupport.fire(Event e)
           
abstract  boolean EventListener.notifyEvent(Event event)
           
 boolean EventProxy.notifyEvent(Event event)
           
 void Event.setCause(Event cause)
           
 

Constructors in jet.events with parameters of type Event
Event(S source, long id, java.lang.String message, T type, Event cause)
          Creates a new instance of Event
Event(S source, java.lang.String message, T type, Event cause)
           
 

Uses of Event in jet.queue
 

Methods in jet.queue with parameters of type Event
 void FilteredQueue.fireEvent(java.lang.String filter, Event event)
           
 

Uses of Event in jet.servlet.queue
 

Methods in jet.servlet.queue with parameters of type Event
 boolean EventListener.notifyEvent(Event event)