public class UITheme extends Event
Constructor and Description |
---|
UITheme() |
UITheme(AOByteBuffer buf,
ClientConnection con) |
UITheme(java.util.List<java.lang.String> uiThemes) |
Modifier and Type | Method and Description |
---|---|
void |
addTheme(java.lang.String theme) |
java.lang.String |
getName() |
java.util.List<java.lang.String> |
getThemes() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setThemes(java.util.List<java.lang.String> uiThemes) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
public UITheme()
public UITheme(AOByteBuffer buf, ClientConnection con)
public UITheme(java.util.List<java.lang.String> uiThemes)
public void setThemes(java.util.List<java.lang.String> uiThemes)
public void addTheme(java.lang.String theme)
public java.util.List<java.lang.String> getThemes()
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event