org.apache.uima.pear.util
Interface MessageRouter.StdChannelListener

Enclosing class:
MessageRouter

public static interface MessageRouter.StdChannelListener

The StdChannelListener interface declares methods that should be implemented by each standard message channel listener.


Method Summary
 void errMsgPosted(String errMsg)
           
 void outMsgPosted(String outMsg)
           
 

Method Detail

errMsgPosted

void errMsgPosted(String errMsg)

outMsgPosted

void outMsgPosted(String outMsg)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.