Package org.aspectj.bridge
Interface ICommand
-
public interface ICommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrepeatCommand(IMessageHandler handler)booleanrunCommand(String[] args, IMessageHandler handler)
-
-
-
Method Detail
-
runCommand
boolean runCommand(String[] args, IMessageHandler handler)
-
repeatCommand
boolean repeatCommand(IMessageHandler handler)
-
-