|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.mflow.api.base.AbstractMsgFlowComponent
net.sourceforge.mflow.api.base.AbstractMsgSource
net.sourceforge.mflow.api.base.AbstractMsgFilter
Abstract implementation of a MsgFilter
| Constructor Summary | |
|---|---|
AbstractMsgFilter()
|
|
| Method Summary | |
|---|---|
abstract void |
putMsg(Msg m)
Receives the Msg, and then does something with it. |
| Methods inherited from class net.sourceforge.mflow.api.base.AbstractMsgSource |
|---|
addReceiver, getQueuedMessages, getReceivers, queueMessages, removeReceiver, send, setReceivers |
| Methods inherited from class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent |
|---|
configure, getIcon, getName, setIcon, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.mflow.api.MsgSource |
|---|
addReceiver, getReceivers, removeReceiver, send, setReceivers |
| Methods inherited from interface net.sourceforge.mflow.api.MsgFlowComponent |
|---|
getName, setName |
| Methods inherited from interface net.sourceforge.mflow.api.Configurable |
|---|
configure |
| Methods inherited from interface net.sourceforge.mflow.api.Iconable |
|---|
getIcon |
| Methods inherited from interface net.sourceforge.mflow.api.MsgFlowComponent |
|---|
getName, setName |
| Methods inherited from interface net.sourceforge.mflow.api.Configurable |
|---|
configure |
| Methods inherited from interface net.sourceforge.mflow.api.Iconable |
|---|
getIcon |
| Constructor Detail |
|---|
public AbstractMsgFilter()
| Method Detail |
|---|
public abstract void putMsg(Msg m)
putMsg in interface MsgReceiverm - the Msg to process
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||