| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.operator.events |
Definitions of Alida events and corresponding reporter and listener interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDControlEvent.ALDControlEventType |
ALDControlEvent.eType
Type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ALDControlEvent.ALDControlEventType |
ALDControlEvent.getEventType()
Returns type of event.
|
static ALDControlEvent.ALDControlEventType |
ALDControlEvent.ALDControlEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDControlEvent.ALDControlEventType[] |
ALDControlEvent.ALDControlEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ALDControlEvent(Object s,
ALDControlEvent.ALDControlEventType e)
Default constructor.
|
ALDControlEvent(Object s,
ALDControlEvent.ALDControlEventType e,
String msg)
Default constructor with arguments.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.