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

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ALDDemoOpControllable, ALDOperatorControllable, ALDWorkflow

public interface ALDConfigurationEventListener
extends java.util.EventListener

Listener interface for `Alida` configuration events.

Author:
moeller

Method Summary
 void handleALDConfigurationEvent(ALDConfigurationEvent event)
          Method which is called on event occurence.
 

Method Detail

handleALDConfigurationEvent

void handleALDConfigurationEvent(ALDConfigurationEvent event)
Method which is called on event occurence.

Parameters:
event - Event to be handled.


Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.