|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addSuccessor(FilterInterface filter)
Adds a sucessor to this filter |
java.lang.String |
getName()
|
FilterInterface |
getSuccessor()
|
void |
handleMessage(EventInterface evt)
handles the current message and passes it forward to its sucessors if any. |
void |
handleMessage(EventInterface[] evtList)
handles the current message and passes it forward to its sucessors if any. |
void |
removeSuccessor()
Removes a sucessor. |
void |
setName(java.lang.String name)
sets the name of this filter |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public void handleMessage(EventInterface evt)
evt
- public void handleMessage(EventInterface[] evtList)
public void addSuccessor(FilterInterface filter)
filter
- is the next filter to receive the messagepublic void removeSuccessor()
public FilterInterface getSuccessor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |