|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
de.unihalle.informatik.Alida.operator.events.ALDEvent
de.unihalle.informatik.Alida.workflows.events.ALDWorkflowClassEvent
public class ALDWorkflowClassEvent
Event type related to Alida work flows.
| Nested Class Summary | |
|---|---|
static class |
ALDWorkflowClassEvent.ALDWorkflowClassEventType
Types of events. |
| Field Summary | |
|---|---|
protected ALDWorkflowClassEvent.ALDWorkflowClassEventType |
eType
Type of the event. |
protected java.lang.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(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e)
Constructor. |
|
ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.Object info)
Constructor. |
|
ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.String msg,
java.lang.Object info)
Constructor. |
|
| Method Summary | |
|---|---|
ALDWorkflowClassEvent.ALDWorkflowClassEventType |
getEventType()
Returns type of event. |
java.lang.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 |
|---|
protected ALDWorkflowClassEvent.ALDWorkflowClassEventType eType
protected java.lang.Object info
| Constructor Detail |
|---|
public ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e)
s - Source object of the event.e - Event type.
public ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.Object info)
aldWorkflow - Source object of the event.e - Event type.info - Information associated with this event.
public ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.String msg,
java.lang.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.| Method Detail |
|---|
public ALDWorkflowClassEvent.ALDWorkflowClassEventType getEventType()
public java.lang.Object getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||