tcMenuJavaAPI
Classes | Public Member Functions | Static Public Member Functions | List of all members
com.thecoderscorner.menu.remote.commands.MenuChangeCommand Class Reference
Inheritance diagram for com.thecoderscorner.menu.remote.commands.MenuChangeCommand:
com.thecoderscorner.menu.remote.commands.MenuCommand

Classes

enum  ChangeType
 

Public Member Functions

 MenuChangeCommand (CorrelationId correlationId, int itemId, ChangeType changeType, String value)
 
 MenuChangeCommand (CorrelationId correlation, int itemId, List< String > values)
 
MessageField getCommandType ()
 
int getMenuItemId ()
 
CorrelationId getCorrelationId ()
 
String getValue ()
 
List< String > getValues ()
 
ChangeType getChangeType ()
 
String toString ()
 
boolean equals (Object o)
 
int hashCode ()
 

Static Public Member Functions

static int changeTypeToInt (ChangeType changeType)
 
static ChangeType changeTypeFromInt (int changeType)
 

Class Documentation

◆ com::thecoderscorner::menu::remote::commands::MenuChangeCommand::ChangeType

enum com::thecoderscorner::menu::remote::commands::MenuChangeCommand::ChangeType
Enumerator
ABSOLUTE
ABSOLUTE_LIST
DELTA
LIST_STATE_CHANGE

Member Function Documentation

◆ getCommandType()

MessageField com.thecoderscorner.menu.remote.commands.MenuChangeCommand.getCommandType ( )

The type of message received.

Returns
the command type

Implements com.thecoderscorner.menu.remote.commands.MenuCommand.


The documentation for this class was generated from the following file: