|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.so.SharedObjectEvent
public class SharedObjectEvent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.red5.server.so.ISharedObjectEvent |
|---|
ISharedObjectEvent.Type |
| Constructor Summary | |
|---|---|
SharedObjectEvent()
|
|
SharedObjectEvent(ISharedObjectEvent.Type type,
String key,
Object value)
|
|
| Method Summary | |
|---|---|
String |
getKey()
Returns the key of the event. |
ISharedObjectEvent.Type |
getType()
Returns the type of the event. |
Object |
getValue()
Returns the value of the event. |
void |
readExternal(ObjectInput in)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SharedObjectEvent()
public SharedObjectEvent(ISharedObjectEvent.Type type,
String key,
Object value)
| Method Detail |
|---|
public String getKey()
null.
getKey in interface ISharedObjectEventpublic ISharedObjectEvent.Type getType()
getType in interface ISharedObjectEventpublic Object getValue()
null.
getValue in interface ISharedObjectEventpublic String toString()
toString in class Object
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||