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

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ALDGrappaWorkbench

public interface ALDWorkflowClassEventListener
extends java.util.EventListener

Listener interface for `Alida` workflow events.

Author:
moeller

Method Summary
 void handleALDWorkflowClassEvent(ALDWorkflowClassEvent event)
          Method which is called on event occurrence.
 

Method Detail

handleALDWorkflowClassEvent

void handleALDWorkflowClassEvent(ALDWorkflowClassEvent event)
Method which is called on event occurrence.

Parameters:
event - Event to be handled.