de.phleisch.app.itsucks.event.dispatcher
Class DispatcherEvent

java.lang.Object
  extended by de.phleisch.app.itsucks.event.impl.SimpleEvent
      extended by de.phleisch.app.itsucks.event.dispatcher.DispatcherEvent
All Implemented Interfaces:
Event

public class DispatcherEvent
extends SimpleEvent

Implementation of an Event fired by jobs.

Author:
olli

Constructor Summary
DispatcherEvent(Event pEvent, Dispatcher pDispatcher)
           
DispatcherEvent(int pType, int pCategory, Dispatcher pDispatcher)
           
 
Method Summary
 Dispatcher getDispatcher()
          Returns the dispatcher associated to this event.
 
Methods inherited from class de.phleisch.app.itsucks.event.impl.SimpleEvent
equals, getCategory, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatcherEvent

public DispatcherEvent(Event pEvent,
                       Dispatcher pDispatcher)

DispatcherEvent

public DispatcherEvent(int pType,
                       int pCategory,
                       Dispatcher pDispatcher)
Method Detail

getDispatcher

public Dispatcher getDispatcher()
Returns the dispatcher associated to this event.

Returns:


Copyright © 2010. All Rights Reserved.