de.phleisch.app.itsucks.core.impl
Class DispatcherList

java.lang.Object
  extended by de.phleisch.app.itsucks.event.impl.SimpleDirectEventSource
      extended by de.phleisch.app.itsucks.core.impl.DispatcherList
All Implemented Interfaces:
DirectEventSource

public class DispatcherList
extends SimpleDirectEventSource


Nested Class Summary
 class DispatcherList.DispatcherListEvent
           
 
Field Summary
static int EVENT_DISPATCHER_ADDED
           
static int EVENT_DISPATCHER_REMOVED
           
 
Constructor Summary
DispatcherList()
           
 
Method Summary
 int addDispatcher(Dispatcher pDispatcher)
           
 Dispatcher getDispatcherById(int pDispatcherId)
           
 Dispatcher removeDispatcherById(int pDispatcherId)
           
 
Methods inherited from class de.phleisch.app.itsucks.event.impl.SimpleDirectEventSource
fireEvent, registerObserver, unregisterObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_DISPATCHER_ADDED

public static final int EVENT_DISPATCHER_ADDED
See Also:
Constant Field Values

EVENT_DISPATCHER_REMOVED

public static final int EVENT_DISPATCHER_REMOVED
See Also:
Constant Field Values
Constructor Detail

DispatcherList

public DispatcherList()
Method Detail

addDispatcher

public int addDispatcher(Dispatcher pDispatcher)

getDispatcherById

public Dispatcher getDispatcherById(int pDispatcherId)

removeDispatcherById

public Dispatcher removeDispatcherById(int pDispatcherId)


Copyright © 2010. All Rights Reserved.