org.sikuli.api.event
Interface StateChangeListener
- All Superinterfaces:
- EventListener
public interface StateChangeListener
- extends EventListener
Interface for a screen region to register to receive notifications
when the state of this screen region has changed. Each state is
defined by the presence of a particular target.
- Author:
- Tom Yeh (tom.yeh@colorado.edu)
- See Also:
DefaultScreenRegion.addTargetEventListener(Target, TargetEventListener)
stateChanged
void stateChanged(StateChangeEvent event)
- Invoked when the state of a ScreenRegion has changed.
- Parameters:
event - a StateChangeEvent object
Copyright © 2014. All rights reserved.