public class ALDWorkflowEvent extends ALDEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ALDWorkflowEvent.ALDWorkflowEventType
Types of events.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflowEvent.ALDWorkflowEventType |
eType
Type of the event.
|
protected Object |
info
ID of work flow object
|
eventMessagesource| Constructor and Description |
|---|
ALDWorkflowEvent(ALDWorkflowEvent event)
Constructor.
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e)
Constructor.
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
Object info)
Constructor.
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
String msg,
Object info)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowEvent |
createCopy()
Create a clone of this event with the same time stamp
|
ALDWorkflowEvent.ALDWorkflowEventType |
getEventType()
Returns type of event.
|
Object |
getId()
Returns the index of the even
|
Integer |
getTimeStamp()
Returns the timestamp of this event.
|
getEventMessage, getEventMessagegetSource, toStringprotected ALDWorkflowEvent.ALDWorkflowEventType eType
protected Object info
public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e)
s - Source object of the event.e - Event type.public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e, Object info)
aldWorkflow - Source object of the event.e - Event type.info - Information associated with this event.public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e, String msg, Object info)
s - Source object of the event.e - Event type.msg - Message for the event.info - Id of work flow object associated with this event.public ALDWorkflowEvent(ALDWorkflowEvent event)
event - public ALDWorkflowEvent.ALDWorkflowEventType getEventType()
public Object getId()
public Integer getTimeStamp()
public ALDWorkflowEvent createCopy()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.