Package com.microfocus.zfe.haapi.ps
Class PresentationSpaceErrorEvent
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.PresentationSpaceErrorEvent
-
public class PresentationSpaceErrorEvent extends Object
Event fired when a PresentationSpace related error occurs.
-
-
Constructor Summary
Constructors Constructor Description PresentationSpaceErrorEvent(PresentationSpace ps, PresentationSpaceException pse)
Creates a new instance of this event object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresentationSpace
getPresentationSpace()
PresentationSpaceException
getPresentationSpaceException()
String
toString()
-
-
-
Constructor Detail
-
PresentationSpaceErrorEvent
public PresentationSpaceErrorEvent(PresentationSpace ps, PresentationSpaceException pse)
Creates a new instance of this event object.- Parameters:
ps
- presentation space event source object.pse
- exception that gave rise to this event.
-
-
Method Detail
-
getPresentationSpace
public PresentationSpace getPresentationSpace()
- Returns:
- presentation space event source object.
-
getPresentationSpaceException
public PresentationSpaceException getPresentationSpaceException()
- Returns:
- exception that gave rise to this event.
-
-