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

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

public interface ALDControlEventListener
extends EventListener

Listener interface for `Alida` control events.

Author:
moeller

Method Summary
 void handleALDControlEvent(ALDControlEvent event)
          Method which is called on event occurence.
 

Method Detail

handleALDControlEvent

void handleALDControlEvent(ALDControlEvent event)
Method which is called on event occurence.

Parameters:
event - Event to be handled.


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