Uses of Class
de.unihalle.informatik.Alida.operator.events.ALDControlEvent.ALDControlEventType

Packages that use ALDControlEvent.ALDControlEventType
de.unihalle.informatik.Alida.operator.events Definitions of Alida events and corresponding reporter and listener interfaces. 
 

Uses of ALDControlEvent.ALDControlEventType in de.unihalle.informatik.Alida.operator.events
 

Fields in de.unihalle.informatik.Alida.operator.events declared as ALDControlEvent.ALDControlEventType
protected  ALDControlEvent.ALDControlEventType ALDControlEvent.eType
          Type of the event.
 

Methods in de.unihalle.informatik.Alida.operator.events that return ALDControlEvent.ALDControlEventType
 ALDControlEvent.ALDControlEventType ALDControlEvent.getEventType()
          Returns type of event.
static ALDControlEvent.ALDControlEventType ALDControlEvent.ALDControlEventType.valueOf(java.lang.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.
 

Constructors in de.unihalle.informatik.Alida.operator.events with parameters of type ALDControlEvent.ALDControlEventType
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.
 



Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.