Uses of Interface
de.phleisch.app.itsucks.event.Event

Packages that use Event
de.phleisch.app.itsucks.core.impl   
de.phleisch.app.itsucks.event   
de.phleisch.app.itsucks.event.dispatcher   
de.phleisch.app.itsucks.event.impl   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.event   
de.phleisch.app.itsucks.job.impl   
 

Uses of Event in de.phleisch.app.itsucks.core.impl
 

Classes in de.phleisch.app.itsucks.core.impl that implement Event
 class DispatcherList.DispatcherListEvent
           
 

Uses of Event in de.phleisch.app.itsucks.event
 

Methods in de.phleisch.app.itsucks.event with parameters of type Event
 void EventDispatcher.fireEvent(Event pEvent)
          Fires an event and dispatches it to all registered observers.
 boolean EventFilter.isEventAccepted(Event pEvent)
          Checks if the given event is accepted to be dispatched.
 void EventObserver.processEvent(Event pEvent)
          This method is called when a event is dispatched to this class.
 

Uses of Event in de.phleisch.app.itsucks.event.dispatcher
 

Classes in de.phleisch.app.itsucks.event.dispatcher that implement Event
 class DispatcherEvent
          Implementation of an Event fired by jobs.
 

Constructors in de.phleisch.app.itsucks.event.dispatcher with parameters of type Event
DispatcherEvent(Event pEvent, Dispatcher pDispatcher)
           
 

Uses of Event in de.phleisch.app.itsucks.event.impl
 

Classes in de.phleisch.app.itsucks.event.impl that implement Event
static class CoreEvents.ConstEvent
           
 class SimpleEvent
          An implementation of the Event interface.
 

Methods in de.phleisch.app.itsucks.event.impl with parameters of type Event
protected  void SimpleDirectEventSource.fireEvent(Event pEvent)
           
 void SynchronEventDispatcherImpl.fireEvent(Event pEvent)
           
 void AsynchronEventDispatcherImpl.fireEvent(Event pEvent)
           
 boolean DefaultEventFilter.isEventAccepted(Event pEvent)
           
 

Constructors in de.phleisch.app.itsucks.event.impl with parameters of type Event
SimpleEvent(Event pEvent)
          This constructor copies type and category from the given event.
 

Uses of Event in de.phleisch.app.itsucks.job
 

Fields in de.phleisch.app.itsucks.job declared as Event
static Event JobList.EVENT_JOB_ADDED
           
static Event JobList.EVENT_JOB_CHANGED
           
static Event JobList.EVENT_JOB_REMOVED
           
 

Uses of Event in de.phleisch.app.itsucks.job.event
 

Classes in de.phleisch.app.itsucks.job.event that implement Event
 class JobAddedEvent
          Implementation of an Event which is fired by the job manager when an job was added.
 class JobChangedEvent
          Implementation of an Event fired by jobs.
 class JobEvent
          Implementation of an Event fired by jobs.
 

Constructors in de.phleisch.app.itsucks.job.event with parameters of type Event
JobAddedEvent(Event pEvent, Job pJob)
           
JobChangedEvent(Event pEvent, Job pJob)
           
JobEvent(Event pEvent, Job pJob)
           
 

Uses of Event in de.phleisch.app.itsucks.job.impl
 

Methods in de.phleisch.app.itsucks.job.impl with parameters of type Event
protected  void FilterJobManagerImpl.processJobChangedEvent(Event pEvent)
           
 



Copyright © 2010. All Rights Reserved.