|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerTask.Type | |
|---|---|
| me.escapeNT.pail.scheduler | |
| Uses of ServerTask.Type in me.escapeNT.pail.scheduler |
|---|
| Methods in me.escapeNT.pail.scheduler that return ServerTask.Type | |
|---|---|
static ServerTask.Type |
ServerTask.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServerTask.Type[] |
ServerTask.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in me.escapeNT.pail.scheduler with parameters of type ServerTask.Type | |
|---|---|
ServerTask(ServerTask.Type type,
boolean repeating,
long interval,
String name)
Constructs a new Server task of the given type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||