net.sourceforge.mflow.api
Interface MsgReceiver

All Superinterfaces:
Configurable, Iconable, MsgFlowComponent
All Known Subinterfaces:
MsgFilter, ReceiveFolder
All Known Implementing Classes:
AbstractMsgFilter, AbstractMsgReceiver

public interface MsgReceiver
extends MsgFlowComponent

Interface to represent a component that can receive Msg's.

Version:
$Revision: 1.3 $
Author:
David Carr

Method Summary
 void putMsg(Msg m)
          Receives the Msg, and then does something with it.
 
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
 

Method Detail

putMsg

void putMsg(Msg m)
Receives the Msg, and then does something with it.

Parameters:
m - the Msg to process


Copyright © 2002-2004 MFlow Group. All Rights Reserved.