de.unihalle.informatik.Alida.workflows.events
Interface ALDWorkflowEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ALDGrappaWorkbenchTab, ALDOperatorGUIExecutionProxy

public interface ALDWorkflowEventListener
extends java.util.EventListener

Listener interface for `Alida` workflow events.

Author:
moeller

Method Summary
 void handleALDWorkflowEvent(ALDWorkflowEvent event)
          Method which is called on event occurrence.
 

Method Detail

handleALDWorkflowEvent

void handleALDWorkflowEvent(ALDWorkflowEvent event)
Method which is called on event occurrence.

Parameters:
event - Event to be handled.


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