Modifier and Type | Method and Description |
---|---|
Event |
ListEvent.getEvent(int i) |
Event[] |
ListEvent.getEvents() |
Modifier and Type | Method and Description |
---|---|
boolean |
ListEvent.addEvent(Event event) |
protected abstract ListEvent |
ListEvent.createEventClone(Event[] newEvents,
int activeEvents,
boolean unlimited) |
void |
ListEvent.setEvents(Event[] events) |
Constructor and Description |
---|
ListEvent(Event[] events) |
ListEvent(Event[] events,
int activeEvents,
boolean unlimited) |
Modifier and Type | Class and Description |
---|---|
class |
FaultEvent |
Modifier and Type | Method and Description |
---|---|
protected ListEvent |
FaultListEvent.createEventClone(Event[] newEvents,
int activeEvents,
boolean unlimited) |
Constructor and Description |
---|
FaultEvent(Event event) |
FaultListEvent(Event[] events) |
FaultListEvent(Event[] events,
int activeEvents,
boolean unlimited) |
Modifier and Type | Class and Description |
---|---|
class |
InEvent |
Modifier and Type | Method and Description |
---|---|
protected ListEvent |
InListEvent.createEventClone(Event[] newEvents,
int activeEvents,
boolean unlimited) |
Constructor and Description |
---|
InEvent(Event event) |
InListEvent(Event[] events) |
InListEvent(Event[] events,
int activeEvents,
boolean unlimited) |
Modifier and Type | Class and Description |
---|---|
class |
RemoveEvent |
Modifier and Type | Method and Description |
---|---|
protected ListEvent |
RemoveListEvent.createEventClone(Event[] newEvents,
int activeEvents,
boolean unlimited) |
Constructor and Description |
---|
RemoveEvent(Event event,
long expiryTime) |
RemoveListEvent(Event[] events,
int activeEvents,
boolean unlimited,
long expiryTime) |
RemoveListEvent(Event[] events,
long expiryTime) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
LessThanCompareConditionExecutor.execute(Event event) |
Copyright © 2012. All Rights Reserved.