|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterInterface
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 |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- void handleMessage(EventInterface evt)
evt
- void handleMessage(EventInterface[] evtList)
evt
- void addSuccessor(FilterInterface filter)
filter
- is the next filter to receive the messagevoid removeSuccessor()
filter
- is the sucessor filterFilterInterface getSuccessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |