|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AlwaysMatchingEventFilter, meaning that this event will match any
other event of the same type.
FixedNameEventFilter,
meaning that this event will match only events of the same type affecting the same passed name.
EventFilter.
EventFilters.AlwaysMatchingEventFilter, meaning that this event will
match any other event of the same type.
FixedNameEventFilter,
meaning that this event will match only events of the same type affecting the same passed name.
EventFilter.
Thread.Thread.currentThread().
EventFilter that always matches another event filter.Event.matches(Object)
method.events must implement this interface.EventFilters.EventFilter that matches exactly one document name.Event.matches(Object).
referenceEvent will be notified of any occuring event for which
referenceEvent.matches(occuringEvent) will return true.
referenceEvent will be notified of any occuring event for which
referenceEvent.matches(occuringEvent) will return true.
null.
ObservationManager calls this method when an event matches one of the events
for which this listener is registered (see EventListener.getEvents().
Thread.
EventFilter that selects only events whose affected document name matches a regular expression.EventListener and filters events by only keeping those coming from the provided
Thread.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||