Class UiNotification.ClosedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiNotification

    public static class UiNotification.ClosedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean byUser  
      protected java.lang.String componentId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClosedEvent()
      Deprecated.
      Only for Jackson deserialization.
      ClosedEvent​(java.lang.String componentId, boolean byUser)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • byUser

        protected boolean byUser
    • Constructor Detail

      • ClosedEvent

        @Deprecated
        public ClosedEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • ClosedEvent

        public ClosedEvent​(java.lang.String componentId,
                           boolean byUser)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getByUser

        public boolean getByUser()