|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventFilterInterface | |
---|---|
bp | |
bp.eventSets | |
bp.unittest |
Uses of EventFilterInterface in bp |
---|
Classes in bp that implement EventFilterInterface | |
---|---|
class |
Event
A base class for events |
Fields in bp declared as EventFilterInterface | |
---|---|
(package private) EventFilterInterface |
BThread.blockedEvents
|
protected EventFilterInterface |
BThread.interruptingEvents
The set of events that will interrupt this scenario. |
(package private) EventFilterInterface |
BThread.watchedEvents
|
Methods in bp with parameters of type EventFilterInterface | |
---|---|
protected void |
BThread.bpSync(java.lang.Iterable<Event> requestedEvents,
EventFilterInterface watchedEvents,
EventFilterInterface blockedEvents)
Wait for the next event. |
Uses of EventFilterInterface in bp.eventSets |
---|
Classes in bp.eventSets that implement EventFilterInterface | |
---|---|
class |
EventFilterForAllEvents
A filter that matches all objects. |
class |
EventFilterForClass
A filter for the set of all events of a given class. |
class |
EventFilterForEmptySet
A filter that doesn't match any object. |
class |
EventSetWithFilter
|
Uses of EventFilterInterface in bp.unittest |
---|
Classes in bp.unittest that implement EventFilterInterface | |
---|---|
(package private) static class |
Test1.E1
|
(package private) static class |
Test1.E2
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |