org.red5.server.so
public static enum ISharedObjectEvent.Type extends Enum<ISharedObjectEvent.Type>
Modifier and Type | Method and Description |
---|---|
static ISharedObjectEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISharedObjectEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISharedObjectEvent.Type SERVER_CONNECT
public static final ISharedObjectEvent.Type SERVER_DISCONNECT
public static final ISharedObjectEvent.Type SERVER_SET_ATTRIBUTE
public static final ISharedObjectEvent.Type SERVER_DELETE_ATTRIBUTE
public static final ISharedObjectEvent.Type SERVER_SEND_MESSAGE
public static final ISharedObjectEvent.Type CLIENT_CLEAR_DATA
public static final ISharedObjectEvent.Type CLIENT_DELETE_ATTRIBUTE
public static final ISharedObjectEvent.Type CLIENT_DELETE_DATA
public static final ISharedObjectEvent.Type CLIENT_INITIAL_DATA
public static final ISharedObjectEvent.Type CLIENT_STATUS
public static final ISharedObjectEvent.Type CLIENT_UPDATE_DATA
public static final ISharedObjectEvent.Type CLIENT_UPDATE_ATTRIBUTE
public static final ISharedObjectEvent.Type CLIENT_SEND_MESSAGE
public static ISharedObjectEvent.Type[] values()
for (ISharedObjectEvent.Type c : ISharedObjectEvent.Type.values()) System.out.println(c);
public static ISharedObjectEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2006-2012 The Red5 Project