com.partnersoft.gui.cockpit
Class CockpitEventBus

java.lang.Object
  extended by com.partnersoft.gui.cockpit.CockpitEventBus

public class CockpitEventBus
extends java.lang.Object


Constructor Summary
CockpitEventBus()
           
 
Method Summary
 void addEventListener(CockpitEventListener listener)
           
 void fireEvent(CockpitEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CockpitEventBus

public CockpitEventBus()
Method Detail

fireEvent

public void fireEvent(CockpitEvent event)

addEventListener

public void addEventListener(CockpitEventListener listener)