public class SikuliEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SikuliEvent.Type |
| Modifier and Type | Field and Description |
|---|---|
List<Match> |
changes |
Match |
match |
Object |
pattern |
Region |
region |
SikuliEvent.Type |
type |
| Constructor and Description |
|---|
SikuliEvent() |
SikuliEvent(Object ptn,
Match m,
Region r) |
public SikuliEvent.Type type
public Region region
public Match match
public Object pattern