Class ControllerNotification

java.lang.Object
com.pnfsoftware.jeb.core.events.ControllerNotification

public class ControllerNotification extends Object
Notification issued by floating controllers to the clients.
  • Field Details

    • processed

      public boolean processed
      Set by the recipient to indicate whether the notification was handled.
    • ctlCode

      public long ctlCode
      Controller-specific notification code.
    • ctlHintContinueLeft

      public int ctlHintContinueLeft
      Optional hint indicating how long a continue action remains available.
    • clientChoice

      public int clientChoice
      Client-specific choice or response value.
  • Constructor Details

    • ControllerNotification

      public ControllerNotification()