Uses of Interface
com.saperion.intf.wf.SaWfEvent
-
Packages that use SaWfEvent Package Description com.saperion.event com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components. -
-
Uses of SaWfEvent in com.saperion.event
Classes in com.saperion.event that implement SaWfEvent Modifier and Type Class Description class
SaWfEventImpl
Implementation of the interface @linkSaWfEvent
.
Holds the information about a specific workflow event like the HDoc, NodeId and SysRowId of the event. -
Uses of SaWfEvent in com.saperion.intf.wf
Methods in com.saperion.intf.wf with parameters of type SaWfEvent Modifier and Type Method Description void
SaWfEventListener. fireEvent(SaWfEvent event)
Method to call, if a event will be fired.
-