public class DynamicMenuChanged extends EBMessage
| Constructor | Description |
|---|---|
DynamicMenuChanged(java.lang.String name) |
Creates a new dynamic menu changed message.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMenuName() |
Returns the name of the menu in question.
|
java.lang.String |
paramString() |
Returns a string representation of this message's parameters.
|
public DynamicMenuChanged(java.lang.String name)
name - The menu name. All dynamic menus with this name will be
recreated next time they are displayed.public java.lang.String getMenuName()
public java.lang.String paramString()
EBMessageparamString in class EBMessage