Interface CommandSource

All Superinterfaces:
eu.cloudnetservice.driver.base.Named

public interface CommandSource extends eu.cloudnetservice.driver.base.Named
The command source represents a message receiving object. All messages regarding command execution and command parsing are sent to the command source.

The console has its own CommandSource. If you want to use the console CommandSource use the jvm static console() method.

Since:
4.0