ks.server.interfaces
Interface IProcessCommand

All Known Subinterfaces:
IServerPluginManager, ITableManager, IUserManager

public interface IProcessCommand

A worker can process KombatSolitaire commands by satisfying these requests.


Method Summary
 boolean process(java.lang.String userName, Command com)
          This method is implemented by a processor that returns true if it was able to process the given command (false otherwise).
 

Method Detail

process

public boolean process(java.lang.String userName,
                       Command com)
This method is implemented by a processor that returns true if it was able to process the given command (false otherwise).

Parameters:
userName - String
com - Command