Package de.unihalle.informatik.Alida.operator.events

Definitions of Alida events and corresponding reporter and listener interfaces.

See:
          Description

Interface Summary
ALDConfigurationEventListener Listener interface for `Alida` configuration events.
ALDConfigurationEventReporter Interface for classes that generate events of type `ALDConfigurationEvent`.
ALDControlEventListener Listener interface for `Alida` control events.
ALDControlEventReporter Interface for classes that generate events of type `ALDControlEvent`.
ALDOperatorExecutionProgressEventListener Listener interface for `Alida` progress of operator execution events.
ALDOpParameterUpdateEventListener Listener interface for `Alida` parameter update events.
ALDOpParameterUpdateEventReporter Interface for classes generating events of type ALDOpParameterUpdateEvent.
 

Class Summary
ALDConfigurationEvent Event type to configure operator execution.
ALDControlEvent Event type for controlling operator threads.
ALDEvent Super class for all events used in `Alida`.
ALDOperatorExecutionProgressEvent Event type to reflect progress of operator execution.
ALDOpParameterUpdateEvent Event type for updates of operator parameters.
 

Enum Summary
ALDControlEvent.ALDControlEventType Event types on which a controllable operator should react.
ALDOpParameterUpdateEvent.EventType Possible types of events.
 

Package de.unihalle.informatik.Alida.operator.events Description

Definitions of Alida events and corresponding reporter and listener interfaces.

Author:
moeller


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