Package us.ajg0702.queue.api
Interface Implementation
-
public interface Implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
registerCommand(IBaseCommand command)
void
unregisterCommand(java.lang.String name)
default void
unregisterCommand(IBaseCommand command)
-
-
-
Method Detail
-
registerCommand
void registerCommand(IBaseCommand command)
-
unregisterCommand
void unregisterCommand(java.lang.String name)
-
unregisterCommand
default void unregisterCommand(IBaseCommand command)
-
-