psdi.webclient.applet.wfcanvas.editor

Class WorkflowEditEvent

  • java.lang.Object
    • java.util.EventObject
      • psdi.webclient.applet.wfcanvas.editor.WorkflowEditEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class WorkflowEditEvent
    extends java.util.EventObject

    This class defines workflow editor events

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      WorkflowEditEvent(java.lang.Object source, int type, psdi.webclient.applet.wfcanvas.Workflow workflow, psdi.webclient.applet.wfcanvas.WorkflowEntity entity)
      Constructs the WorkflowEditEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      psdi.webclient.applet.wfcanvas.WorkflowEntity getEntity()
      Gets the affected entity
      int getType()
      Gets the event type
      psdi.webclient.applet.wfcanvas.Workflow getWorkflow()
      Gets the workflow
      • 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
    • Constructor Detail

      • WorkflowEditEvent

        public WorkflowEditEvent(java.lang.Object source,
                                 int type,
                                 psdi.webclient.applet.wfcanvas.Workflow workflow,
                                 psdi.webclient.applet.wfcanvas.WorkflowEntity entity)
        Constructs the WorkflowEditEvent
        Parameters:
        source - The event source
        type - The event type
        workflow - The workflow
        object - The object affected - node/relationship
    • Method Detail

      • getType

        public int getType()
        Gets the event type
        Returns:
        The event type
      • getWorkflow

        public psdi.webclient.applet.wfcanvas.Workflow getWorkflow()
        Gets the workflow
        Returns:
        The workflow
      • getEntity

        public psdi.webclient.applet.wfcanvas.WorkflowEntity getEntity()
        Gets the affected entity
        Returns:
        The workflow entity