Package com.microfocus.zfe.haapi.ps
Class ContentChangedEvent
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
-
- com.microfocus.zfe.haapi.ps.ContentChangedEvent
-
public class ContentChangedEvent extends PresentationSpaceEvent
Event fired when the contents of a PresentationSpace changes, either due to user activity or host activity.- See Also:
PresentationSpaceListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
PresentationSpaceEvent.Origin
-
-
Field Summary
-
Fields inherited from class com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
origin, ps
-
-
Constructor Summary
Constructors Constructor Description ContentChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataCell>
getCells()
Returns the list of DataCell instances associated with this updatePosition
getPosition()
Returns the starting position in the presentation space for this updateString
toString()
-
Methods inherited from class com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
getEventOrigin, getPresentationSpace
-
-
-
-
Constructor Detail
-
ContentChangedEvent
public ContentChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells)
-
-
Method Detail
-
getPosition
public Position getPosition()
Returns the starting position in the presentation space for this update- Returns:
- the starting position in the presentation space for this update
-
getCells
public List<DataCell> getCells()
Returns the list of DataCell instances associated with this update- Returns:
- the list of DataCell instances associated with this update
-
toString
public String toString()
- Overrides:
toString
in classPresentationSpaceEvent
- Returns:
- a human-readable rendering of this object.
-
-