de.unihalle.informatik.Alida.operator.events
Interface ALDConfigurationEventReporter

All Superinterfaces:
EventListener
All Known Implementing Classes:
ALDDemoOpControllable, ALDOperatorControllable, ALDWorkflow

public interface ALDConfigurationEventReporter
extends EventListener

Interface for classes that generate events of type `ALDConfigurationEvent`.

Author:
moeller

Method Summary
 void addALDConfigurationEventListener(ALDConfigurationEventListener listener)
          Adds a listener to this reporter.
 void fireALDConfigurationEvent(ALDConfigurationEvent event)
          Sends an event to all registered listeners.
 void removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
          Removes a listener from this reporter.
 

Method Detail

addALDConfigurationEventListener

void addALDConfigurationEventListener(ALDConfigurationEventListener listener)
Adds a listener to this reporter.

Parameters:
listener - Listener to be added.

removeALDConfigurationEventListener

void removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
Removes a listener from this reporter.

Parameters:
listener - Listener to be removed.

fireALDConfigurationEvent

void fireALDConfigurationEvent(ALDConfigurationEvent event)
Sends an event to all registered listeners.

Parameters:
event - Event to be send to all listeners.


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.