de.unihalle.informatik.Alida.operator.events
Class ALDControlEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.unihalle.informatik.Alida.operator.events.ALDEvent
          extended by de.unihalle.informatik.Alida.operator.events.ALDControlEvent
All Implemented Interfaces:
java.io.Serializable

public class ALDControlEvent
extends ALDEvent

Event type for controlling operator threads.

Author:
moeller
See Also:
Serialized Form

Nested Class Summary
static class ALDControlEvent.ALDControlEventType
          Event types on which a controllable operator should react.
 
Field Summary
protected  ALDControlEvent.ALDControlEventType eType
          Type of the event.
 
Fields inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
eventMessage
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ALDControlEvent(java.lang.Object s, ALDControlEvent.ALDControlEventType e)
          Default constructor.
ALDControlEvent(java.lang.Object s, ALDControlEvent.ALDControlEventType e, java.lang.String msg)
          Default constructor with arguments.
 
Method Summary
 ALDControlEvent.ALDControlEventType getEventType()
          Returns type of event.
 
Methods inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
getEventMessage
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eType

protected ALDControlEvent.ALDControlEventType eType
Type of the event.

Constructor Detail

ALDControlEvent

public ALDControlEvent(java.lang.Object s,
                       ALDControlEvent.ALDControlEventType e)
Default constructor.

Parameters:
s - Source object of the event.
e - Event type.

ALDControlEvent

public ALDControlEvent(java.lang.Object s,
                       ALDControlEvent.ALDControlEventType e,
                       java.lang.String msg)
Default constructor with arguments.

Parameters:
s - Source object of the event.
e - Event type.
msg - Freely configurable message.
Method Detail

getEventType

public ALDControlEvent.ALDControlEventType getEventType()
Returns type of event.