Class ExternalBaseReceiverCaller
java.lang.Object
                
            commandLogic.commandReceiverLogic.callers.ExternalCaller
                    
            commandLogic.commandReceiverLogic.callers.ExternalBaseReceiverCaller
                - All Implemented Interfaces:
 Serializable
- See Also:
 
- 
                        
Constructor Summary
Constructors - 
                        
Method Summary
Modifier and TypeMethodDescriptionvoidcallReceivers(ReceiverManager manager, CommandDescription description, String[] lineArgs)  
- 
                        
Constructor Details
- 
                                    
ExternalBaseReceiverCaller
public ExternalBaseReceiverCaller() 
 - 
                                    
 - 
                        
Method Details
- 
                                    
callReceivers
public void callReceivers(ReceiverManager manager, CommandDescription description, String[] lineArgs) throws Exception - Specified by:
 callReceiversin classExternalCaller- Throws:
 Exception
 
 -