Package com.pnfsoftware.jeb.core.events
Class ControllerNotification
java.lang.Object
com.pnfsoftware.jeb.core.events.ControllerNotification
Notification issued by floating controllers to the clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintClient-specific choice or response value.longController-specific notification code.intOptional hint indicating how long a continue action remains available.booleanSet by the recipient to indicate whether the notification was handled. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processed
public boolean processedSet by the recipient to indicate whether the notification was handled. -
ctlCode
public long ctlCodeController-specific notification code. -
ctlHintContinueLeft
public int ctlHintContinueLeftOptional hint indicating how long a continue action remains available. -
clientChoice
public int clientChoiceClient-specific choice or response value.
-
-
Constructor Details
-
ControllerNotification
public ControllerNotification()
-