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 voidregisterCommand(IBaseCommand command)voidunregisterCommand(java.lang.String name)default voidunregisterCommand(IBaseCommand command)
-
-
-
Method Detail
-
registerCommand
void registerCommand(IBaseCommand command)
-
unregisterCommand
void unregisterCommand(java.lang.String name)
-
unregisterCommand
default void unregisterCommand(IBaseCommand command)
-
-