org.cip4.jdflib.util.event
Class EventQueue

java.lang.Object
  extended by org.cip4.jdflib.util.event.EventQueue
All Implemented Interfaces:
EventListener, IEventListener, IEventQueue

public class EventQueue
extends Object
implements IEventQueue, IEventListener

class that can be plugged into another class to provide EventQueue functionality by delegation

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Constructor Summary
EventQueue()
           
 
Method Summary
 void addListener(IEventListener listener)
          called to add an event to this
 void eventFired(EventObject event)
          called when an event is fired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueue

public EventQueue()
Method Detail

addListener

public void addListener(IEventListener listener)
Description copied from interface: IEventQueue
called to add an event to this

Specified by:
addListener in interface IEventQueue
Parameters:
listener -
See Also:
IEventQueue.addListener(org.cip4.jdflib.util.event.IEventListener)

eventFired

public void eventFired(EventObject event)
Description copied from interface: IEventListener
called when an event is fired

Specified by:
eventFired in interface IEventListener
Parameters:
event -
See Also:
IEventListener.eventFired(java.util.EventObject)


Copyright © 2013. All Rights Reserved.