|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.client.INetConnection.ListenerAdapter
public static class INetConnection.ListenerAdapter
ListenerAdapter - INetConnection.IListener adapter.
| Constructor Summary | |
|---|---|
INetConnection.ListenerAdapter()
Constructor. |
|
| Method Summary | |
|---|---|
void |
onAsyncError(INetConnection source,
java.lang.String message,
java.lang.Exception e)
Notifies about an exception that is thrown asynchronously (from native asynchronous code). |
void |
onIOError(INetConnection source,
java.lang.String message)
Notifies about an input/output error occured that causes a network operation to fail. |
void |
onNetStatus(INetConnection source,
java.util.Map<java.lang.String,java.lang.Object> info)
Notifies about the status info change. |
void |
onSecurityError(INetConnection source,
java.lang.String message)
Notifies about the attempt to connect to a server outside the caller's security sandbox. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public INetConnection.ListenerAdapter()
| Method Detail |
|---|
public void onAsyncError(INetConnection source,
java.lang.String message,
java.lang.Exception e)
INetConnection.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onAsyncError in interface INetConnection.IListenersource - async message sourcemessage - async messagee - thrown exception
public void onIOError(INetConnection source,
java.lang.String message)
INetConnection.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onIOError in interface INetConnection.IListenersource - I/O error sourcemessage - I/O error message
public void onNetStatus(INetConnection source,
java.util.Map<java.lang.String,java.lang.Object> info)
INetConnection.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onNetStatus in interface INetConnection.IListenersource - net status sourceinfo - status info
public void onSecurityError(INetConnection source,
java.lang.String message)
INetConnection.IListenerNote: This method is invoked in the Dispatch-Thread. Process it quickly.
onSecurityError in interface INetConnection.IListenersource - security error sourcemessage - security error message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||