public interface MessageSource
This is the interface that must be implemented by components in the patch bay configured as message sources or message filters.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setMessageSourceContext(MessageSourceContext pContext)
This notifies the MessageSource as to what its
 MessageSourceContext should be. 
 | 
void | 
startMessageSource()
This is called to tell the MessageSource that it may begin
 sending messages. 
 | 
void | 
stopMessageSource()
This is called to tell the MessageSource that it should stop
 sending messages. 
 | 
static final java.lang.String CLASS_VERSION
void setMessageSourceContext(MessageSourceContext pContext)
void startMessageSource()
void stopMessageSource()