org.cip4.jdflib.util.event
Interface IEventQueue

All Superinterfaces:
EventListener
All Known Implementing Classes:
EventQueue

public interface IEventQueue
extends EventListener

trivial generic event queue interface

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Method Summary
 void addListener(IEventListener listener)
          called to add an event to this
 

Method Detail

addListener

void addListener(IEventListener listener)
called to add an event to this

Parameters:
listener -


Copyright © 2013. All Rights Reserved.