org.sikuli.script
Class SikuliEventAdapter

java.lang.Object
  extended by org.sikuli.script.SikuliEventAdapter
All Implemented Interfaces:
EventListener, SikuliEventObserver

public class SikuliEventAdapter
extends Object
implements SikuliEventObserver


Constructor Summary
SikuliEventAdapter()
           
 
Method Summary
 void targetAppeared(AppearEvent e)
           
 void targetChanged(ChangeEvent e)
           
 void targetVanished(VanishEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SikuliEventAdapter

public SikuliEventAdapter()
Method Detail

targetAppeared

public void targetAppeared(AppearEvent e)
Specified by:
targetAppeared in interface SikuliEventObserver

targetVanished

public void targetVanished(VanishEvent e)
Specified by:
targetVanished in interface SikuliEventObserver

targetChanged

public void targetChanged(ChangeEvent e)
Specified by:
targetChanged in interface SikuliEventObserver