Class WebPanelSocketUpdateEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.webpanel.WebPanelEvent
tv.phantombot.event.webpanel.websocket.WebPanelSocketEvent
tv.phantombot.event.webpanel.websocket.WebPanelSocketUpdateEvent
-
Constructor Summary
ConstructorsConstructorDescriptionWebPanelSocketUpdateEvent
(String id, String script, String arguments, String[] args) Class constructor.WebPanelSocketUpdateEvent
(String id, String script, String arguments, String[] args, boolean requiresReply) -
Method Summary
-
Constructor Details
-
WebPanelSocketUpdateEvent
Class constructor.- Parameters:
id
-script
-arguments
-args
-
-
WebPanelSocketUpdateEvent
-
-
Method Details
-
getId
Method that returns the socket event ID.- Returns:
- id
-
getScript
Method that returns the script location and name.- Returns:
- script
-
getArguments
Method that returns the arguments string.- Returns:
- arguments
-
getArgs
Method that returns the arguments array.- Returns:
- args
-
requiresReply
public boolean requiresReply()
-