JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
net.streamlinecloud.api.extension.command
Interface CommandListener
public interface
CommandListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
String
getDescription
()
@NotNull
String
getName
()
void
onExecute
(
String
[] args)
Method Details
getName
@NotNull
@NotNull
String
getName
()
getDescription
@NotNull
@NotNull
String
getDescription
()
onExecute
void
onExecute
(
String
[] args)