T - public interface IListener<T>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IListener.Command
This class is not used, soon be deprecated out of the source code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
The name assigned to this listener 
 | 
boolean | 
isCallbackOrderingPostreq(T type,
                         java.lang.String name)
Check if the module called name is a callback ordering post-requisite
 for this module. 
 | 
boolean | 
isCallbackOrderingPrereq(T type,
                        java.lang.String name)
Check if the module called name is a callback ordering prerequisite
 for this module. 
 | 
java.lang.String getName()
boolean isCallbackOrderingPrereq(T type, java.lang.String name)
type - the message type to which this appliesname - the name of the moduleboolean isCallbackOrderingPostreq(T type, java.lang.String name)
type - the message type to which this appliesname - the name of the module