Uses of Class
com.gurock.smartinspect.packets.watch.Watch
-
Packages that use Watch Package Description com.gurock.smartinspect com.gurock.smartinspect.packets.watch -
-
Uses of Watch in com.gurock.smartinspect
Methods in com.gurock.smartinspect with parameters of type Watch Modifier and Type Method Description protected voidSmartInspect. doWatch(Watch watch)Invokes the Watch event handlers.voidSmartInspect. sendWatch(Watch watch)Logs a Watch. -
Uses of Watch in com.gurock.smartinspect.packets.watch
Methods in com.gurock.smartinspect.packets.watch that return Watch Modifier and Type Method Description WatchWatchEvent. getWatch()Returns the Watch packet, which has just been sent.Constructors in com.gurock.smartinspect.packets.watch with parameters of type Watch Constructor Description WatchEvent(Object source, Watch watch)Creates and initializes a WatchEvent instance.
-