Class PresentationSpaceErrorEvent


  • public class PresentationSpaceErrorEvent
    extends Object
    Event fired when a PresentationSpace related error occurs.
    • 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.
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        human-readable rendering of this object.