|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.client.ISharedObject.ListenerAdapter
public static class ISharedObject.ListenerAdapter
ListenerAdapter - ISharedObject.IListener adapter.
| Constructor Summary | |
|---|---|
ISharedObject.ListenerAdapter()
Constructor. |
|
| Method Summary | |
|---|---|
void |
onAsyncError(ISharedObject source,
java.lang.String message,
java.lang.Exception e)
Notifies about an exception that is thrown asynchronously (from native asynchronous code). |
void |
onNetStatus(ISharedObject source,
java.util.Map<java.lang.String,java.lang.Object> info)
Notifies about the status info change. |
void |
onSync(ISharedObject source,
java.util.List<ISharedObject.Change> 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 ISharedObject.ListenerAdapter()
| Method Detail |
|---|
public void onAsyncError(ISharedObject source,
java.lang.String message,
java.lang.Exception e)
ISharedObject.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onAsyncError in interface ISharedObject.IListenersource - async message sourcemessage - async messagee - thrown exception
public void onNetStatus(ISharedObject source,
java.util.Map<java.lang.String,java.lang.Object> info)
ISharedObject.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onNetStatus in interface ISharedObject.IListenersource - net status sourceinfo - status info
public void onSync(ISharedObject source,
java.util.List<ISharedObject.Change> changeList)
ISharedObject.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onSync in interface ISharedObject.IListenersource - change sourcechangeList - change list
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||