Package com.saperion.ngc.events
Class WorkflowCommentEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.WorkflowCommentEvent
- All Implemented Interfaces:
Serializable
public class WorkflowCommentEvent
extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowCommentEvent
(org.zkoss.zk.ui.Component target, List<DocumentId> taskIds) Constructor. -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
WorkflowCommentEvent
Constructor.- Parameters:
target
- target componenttaskIds
- task ids
-
-
Method Details
-
getTaskIds
- Returns:
- list of taskIds
-