|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SharedObject.IListener
IListener
- SharedObject listener.
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. |
Method Detail |
---|
void onAsyncError(SharedObject source, java.lang.String message, java.lang.Exception e)
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
source
- async message sourcemessage
- async messagee
- thrown exceptionvoid onNetStatus(SharedObject source, java.util.Hashtable info)
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
source
- net status sourceinfo
- status infovoid onSync(SharedObject source, java.util.Vector changeList)
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
source
- change sourcechangeList
- change list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |