|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.events.impl.EventFilterList
public class EventFilterList
A list of @link EventFilter objects.
| Field Summary | |
|---|---|
protected static Logger |
log
|
| Constructor Summary | |
|---|---|
EventFilterList()
|
|
| Method Summary | |
|---|---|
void |
add(Class cls)
Add an event class filter to this list. |
void |
add(EventFilter filter)
Add an event filter to this list. |
void |
add(EventTag tag)
Add an event tag filter to this list. |
void |
add(String type)
Add an event type filter to this list. |
boolean |
isEmpty()
Say if this filter list is empty. |
boolean |
matchesAny(ActivemathEvent event)
Say if event matches any filter of this list. |
boolean |
matchesNone(ActivemathEvent event)
Say if event matches no filter of this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
| Constructor Detail |
|---|
public EventFilterList()
| Method Detail |
|---|
public void add(EventFilter filter)
public void add(String type)
public void add(Class cls)
public void add(EventTag tag)
public boolean isEmpty()
public boolean matchesNone(ActivemathEvent event)
event.public boolean matchesAny(ActivemathEvent event)
event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||