Uses of Class
org.sikuli.api.event.TargetEvent

Packages that use TargetEvent
org.sikuli.api.event Contains the classes for creating visual based events fired when the visual appearance of targets changes. 
 

Uses of TargetEvent in org.sikuli.api.event
 

Methods in org.sikuli.api.event with parameters of type TargetEvent
 void TargetEventListener.targetAppeared(TargetEvent event)
          Invoked when a target has appeared in a screen region.
 void TargetEventListener.targetMoved(TargetEvent event)
          Invoked when a target has moved to another location in a screen region.
 void TargetEventListener.targetVanished(TargetEvent event)
          Invoked when a target has vanished from a screen region.
 



Copyright © 2014. All rights reserved.