Package | Description |
---|---|
org.maestro.client.notes | |
org.maestro.common.client.notes |
Constructor and Description |
---|
MaestroEvent(MaestroNoteType type,
MaestroCommand command) |
MaestroEvent(MaestroNoteType type,
MaestroCommand command,
org.msgpack.core.MessageUnpacker unpacker) |
MaestroNotification(MaestroCommand maestroCommand) |
MaestroNotification(MaestroCommand maestroCommand,
org.msgpack.core.MessageUnpacker unpacker) |
MaestroRequest(MaestroCommand maestroCommand) |
MaestroRequest(MaestroCommand maestroCommand,
org.msgpack.core.MessageUnpacker unpacker) |
MaestroResponse(MaestroCommand maestroCommand) |
MaestroResponse(MaestroCommand maestroCommand,
org.msgpack.core.MessageUnpacker unpacker) |
Modifier and Type | Method and Description |
---|---|
static MaestroCommand |
MaestroCommand.from(long value) |
MaestroCommand |
MaestroNote.getMaestroCommand()
Gets the Maestro command for the note
|
static MaestroCommand |
MaestroCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaestroCommand[] |
MaestroCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
This documentation was released into the public domain.