public class ALDControlEvent extends ALDEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ALDControlEvent.ALDControlEventType
Event types on which a controllable operator should react.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDControlEvent.ALDControlEventType |
eType
Type of the event.
|
eventMessagesource| Constructor and Description |
|---|
ALDControlEvent(Object s,
ALDControlEvent.ALDControlEventType e)
Default constructor.
|
ALDControlEvent(Object s,
ALDControlEvent.ALDControlEventType e,
String msg)
Default constructor with arguments.
|
| Modifier and Type | Method and Description |
|---|---|
ALDControlEvent.ALDControlEventType |
getEventType()
Returns type of event.
|
getEventMessage, getEventMessagegetSource, toStringprotected ALDControlEvent.ALDControlEventType eType
public ALDControlEvent(Object s, ALDControlEvent.ALDControlEventType e)
s - Source object of the event.e - Event type.public ALDControlEvent(Object s, ALDControlEvent.ALDControlEventType e, String msg)
s - Source object of the event.e - Event type.msg - Freely configurable message.public ALDControlEvent.ALDControlEventType getEventType()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.