Package | Description |
---|---|
org.sikuli.script |
Modifier and Type | Class and Description |
---|---|
class |
SikuliEvent
CANDIDATE FOR DEPRECATION - ONLY HERE TO BE BACKWARD COMPATIBLE
|
Modifier and Type | Method and Description |
---|---|
ObserveEvent |
Region.getEvent(String name)
the event is removed from the list
|
static ObserveEvent |
Observing.getEvent(String name)
retrieves and removes the requested event
|
ObserveEvent[] |
Region.getEvents()
the region's events are removed from the list
|
static ObserveEvent[] |
Observing.getEvents()
return all events (they are preserved)
|
static ObserveEvent[] |
Observing.getEvents(Region reg)
return the events for that region
events are removed from the list |
Modifier and Type | Method and Description |
---|---|
void |
SikuliEventAdapter.appeared(ObserveEvent e)
Deprecated.
|
void |
ObserverCallBack.appeared(ObserveEvent e) |
void |
SikuliEventAdapter.changed(ObserveEvent e)
Deprecated.
|
void |
ObserverCallBack.changed(ObserveEvent e) |
void |
ObserverCallBack.findfailed(ObserveEvent e) |
void |
ObserverCallBack.happened(ObserveEvent e) |
void |
ObserverCallBack.missing(ObserveEvent e) |
void |
SikuliEventObserver.targetAppeared(ObserveEvent e)
Deprecated.
|
void |
SikuliEventAdapter.targetAppeared(ObserveEvent e)
Deprecated.
|
void |
SikuliEventObserver.targetChanged(ObserveEvent e)
Deprecated.
|
void |
SikuliEventAdapter.targetChanged(ObserveEvent e)
Deprecated.
|
void |
SikuliEventObserver.targetVanished(ObserveEvent e)
Deprecated.
|
void |
SikuliEventAdapter.targetVanished(ObserveEvent e)
Deprecated.
|
void |
SikuliEventAdapter.vanished(ObserveEvent e)
Deprecated.
|
void |
ObserverCallBack.vanished(ObserveEvent e) |
Copyright © 2017. All rights reserved.