Package org.eclnt.workplace
Class WorkpageProcessingEvent
java.lang.Object
org.eclnt.workplace.WorkpageProcessingEvent
- All Implemented Interfaces:
Serializable
Base class for events that one workpage can send out, so that other
workpages are informed. This class serves as base class for deriving other
classes from.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This metod is called by the workpage on which the event is thrown.
-
Constructor Details
-
WorkpageProcessingEvent
public WorkpageProcessingEvent()
-
-
Method Details
-
passUuids
This metod is called by the workpage on which the event is thrown. -
getSrcWorkpageUuid
- Returns:
- Workpage on which the event was thrown.
-
getSrcWorkpageContainerUuid
- Returns:
- Workpage container on which the event was thrown.
-