de.unihalle.informatik.Alida.workflows.events
Class ALDWorkflowClassEvent

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

public class ALDWorkflowClassEvent
extends ALDEvent

Event type related to Alida work flows.

Author:
posch
See Also:
Serialized Form

Nested Class Summary
static class ALDWorkflowClassEvent.ALDWorkflowClassEventType
          Types of events.
 
Field Summary
protected  ALDWorkflowClassEvent.ALDWorkflowClassEventType eType
          Type of the event.
protected  Object info
          ID of work flow object
 
Fields inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
eventMessage
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ALDWorkflowClassEvent(Object s, ALDWorkflowClassEvent.ALDWorkflowClassEventType e)
          Constructor.
ALDWorkflowClassEvent(Object s, ALDWorkflowClassEvent.ALDWorkflowClassEventType e, Object info)
          Constructor.
ALDWorkflowClassEvent(Object s, ALDWorkflowClassEvent.ALDWorkflowClassEventType e, String msg, Object info)
          Constructor.
 
Method Summary
 ALDWorkflowClassEvent.ALDWorkflowClassEventType getEventType()
          Returns type of event.
 Object getId()
          Returns the index of the even
 
Methods inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
getEventMessage, 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 ALDWorkflowClassEvent.ALDWorkflowClassEventType eType
Type of the event.


info

protected Object info
ID of work flow object

Constructor Detail

ALDWorkflowClassEvent

public ALDWorkflowClassEvent(Object s,
                             ALDWorkflowClassEvent.ALDWorkflowClassEventType e)
Constructor.

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

ALDWorkflowClassEvent

public ALDWorkflowClassEvent(Object s,
                             ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
                             Object info)
Constructor.

Parameters:
aldWorkflow - Source object of the event.
e - Event type.
info - Information associated with this event.

ALDWorkflowClassEvent

public ALDWorkflowClassEvent(Object s,
                             ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
                             String msg,
                             Object info)
Constructor.

Parameters:
s - Source object of the event.
e - Event type.
msg - Message for the event.
info - Id of work flow object associated with this event.
Method Detail

getEventType

public ALDWorkflowClassEvent.ALDWorkflowClassEventType getEventType()
Returns type of event.

Returns:
event type

getId

public Object getId()
Returns the index of the even

Returns:
the index


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.