Uses of Enum Class
com.microfocus.zfe.haapi.ps.PresentationSpaceEvent.Origin
-
Uses of PresentationSpaceEvent.Origin in com.microfocus.zfe.haapi.ps
Modifier and TypeFieldDescriptionprotected PresentationSpaceEvent.Origin
PresentationSpaceEvent.origin
The event originModifier and TypeMethodDescriptionPresentationSpaceEvent.getEventOrigin()
Returns the event origin, either PresentationSpaceListener.Origin.USER or PresentationSpaceListener.PSEventTypeHOSTReturns the enum constant of this class with the specified name.static PresentationSpaceEvent.Origin[]
PresentationSpaceEvent.Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PresentationSpace.addPresentationSpaceListener
(PresentationSpaceListener listener, PresentationSpaceEvent.Origin... origin) Registers a listener to receive presentation space events from this PresentationSpace instance.ModifierConstructorDescriptionContentChangedEvent
(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells) CursorChangedEvent
(PresentationSpace ps, PresentationSpaceEvent.Origin origin, boolean visible, Position pos) Constructor for generating a new CursorEvent.MetricsChangedEvent
(PresentationSpace ps, PresentationSpaceEvent.Origin origin, int rows, int cols) protected
Constructor for generating a new PresentationSpaceEvent with a specific origin.