de.unihalle.informatik.Alida.operator.events
Class ALDControlEvent
java.lang.Object
java.util.EventObject
de.unihalle.informatik.Alida.operator.events.ALDEvent
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
Fields inherited from class java.util.EventObject |
source |
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 |
eType
protected ALDControlEvent.ALDControlEventType eType
- Type of the event.
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.
getEventType
public ALDControlEvent.ALDControlEventType getEventType()
- Returns type of event.