public class GroupLeaveRequest extends MaestroRequest<MaestroEventListener>
| Constructor and Description |
|---|
GroupLeaveRequest() |
GroupLeaveRequest(org.msgpack.core.MessageUnpacker unpacker) |
| Modifier and Type | Method and Description |
|---|---|
MessageCorrelation |
correlate() |
void |
correlate(MaestroNote note) |
void |
correlate(MessageCorrelation correlation) |
boolean |
correlatesTo(MaestroNote note) |
boolean |
correlatesTo(MessageCorrelation correlation) |
MaestroCommand |
getMaestroCommand()
Gets the Maestro command for the note
|
MaestroNoteType |
getNoteType()
Gets the note type
|
void |
notify(MaestroEventListener visitor) |
protected org.msgpack.core.MessageBufferPacker |
pack() |
byte[] |
serialize()
Serialize the note
|
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasNext, nextpublic GroupLeaveRequest()
public GroupLeaveRequest(org.msgpack.core.MessageUnpacker unpacker)
throws IOException
IOExceptionpublic void notify(MaestroEventListener visitor)
notify in class MaestroEvent<MaestroEventListener>public MaestroNoteType getNoteType()
MaestroNotegetNoteType in interface MaestroNotepublic MaestroCommand getMaestroCommand()
MaestroNotegetMaestroCommand in interface MaestroNoteprotected org.msgpack.core.MessageBufferPacker pack()
throws IOException
IOExceptionpublic MessageCorrelation correlate()
correlate in interface MaestroNotepublic void correlate(MessageCorrelation correlation)
correlate in interface MaestroNotepublic void correlate(MaestroNote note)
correlate in interface MaestroNotepublic boolean correlatesTo(MessageCorrelation correlation)
correlatesTo in interface MaestroNotepublic boolean correlatesTo(MaestroNote note)
correlatesTo in interface MaestroNotepublic final byte[] serialize()
throws IOException
MaestroNoteserialize in interface MaestroNoteIOException - if unable to serialize the noteThis documentation was released into the public domain.