|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smaxe.me.uv.client.SharedObject.ListenerAdapter
public static class SharedObject.ListenerAdapter
ListenerAdapter
- SharedObject.IListener
adapter.
Constructor Summary | |
---|---|
SharedObject.ListenerAdapter()
Constructor. |
Method Summary | |
---|---|
void |
onAsyncError(SharedObject source,
java.lang.String message,
java.lang.Exception e)
Notifies about an exception that is thrown asynchronously (from native asynchronous code). |
void |
onNetStatus(SharedObject source,
java.util.Hashtable info)
Notifies about the status info change. |
void |
onSync(SharedObject source,
java.util.Vector changeList)
Notifies that remote shared object (SharedObject) has been updated by the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedObject.ListenerAdapter()
Method Detail |
---|
public void onAsyncError(SharedObject source, java.lang.String message, java.lang.Exception e)
SharedObject.IListener
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
onAsyncError
in interface SharedObject.IListener
source
- async message sourcemessage
- async messagee
- thrown exceptionpublic void onNetStatus(SharedObject source, java.util.Hashtable info)
SharedObject.IListener
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
onNetStatus
in interface SharedObject.IListener
source
- net status sourceinfo
- status infopublic void onSync(SharedObject source, java.util.Vector changeList)
SharedObject.IListener
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
onSync
in interface SharedObject.IListener
source
- change sourcechangeList
- change list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |