|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnectionListener
The IConnectionListener interface should be used
to get notifications when communication errors occurs.
| Method Summary | |
|---|---|
void |
actionCalled(CallEvent pEvent)
An action was called. |
void |
callError(CallErrorEvent pEvent)
An error occured during remote communication. |
void |
connectionClosed(ConnectionEvent pEvent)
A connection was closed. |
void |
connectionOpened(ConnectionEvent pEvent)
A connection was opened. |
void |
connectionReOpened(ConnectionEvent pEvent)
A connection was re-opened. |
void |
objectCalled(CallEvent pEvent)
An object was called. |
| Methods inherited from interface javax.rad.remote.event.IConnectionPropertyChangedListener |
|---|
propertyChanged |
| Method Detail |
|---|
void callError(CallErrorEvent pEvent)
pEvent - the error informationvoid connectionOpened(ConnectionEvent pEvent)
pEvent - the connection informationvoid connectionReOpened(ConnectionEvent pEvent)
pEvent - the connection informationvoid connectionClosed(ConnectionEvent pEvent)
pEvent - the connection informationvoid actionCalled(CallEvent pEvent)
pEvent - the call informationvoid objectCalled(CallEvent pEvent)
pEvent - the call information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||