Uses of Class
com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Packages that use ControlCommand Package Description com.gurock.smartinspect com.gurock.smartinspect.packets.controlcommand -
-
Uses of ControlCommand in com.gurock.smartinspect
Methods in com.gurock.smartinspect with parameters of type ControlCommand Modifier and Type Method Description protected voidSmartInspect. doControlCommand(ControlCommand controlCommand)Invokes the Control Command event handlers.voidSmartInspect. sendControlCommand(ControlCommand controlCommand)Logs a Control Command. -
Uses of ControlCommand in com.gurock.smartinspect.packets.controlcommand
Methods in com.gurock.smartinspect.packets.controlcommand that return ControlCommand Modifier and Type Method Description ControlCommandControlCommandEvent. getControlCommand()Returns the ControlCommand packet, which has just been sent.Constructors in com.gurock.smartinspect.packets.controlcommand with parameters of type ControlCommand Constructor Description ControlCommandEvent(Object source, ControlCommand controlCommand)Creates and initializes a ControlCommandEvent instance.
-