|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a callback for when
a UserProxy connects or disconnects to or from a
ProviderProxy. This should be implemented by a receiver
that wishes to be notified when a connection is
established with the service. For example: when connect
is called on a UserProxy, UserProxy should call
userConnected() on a ProviderProxy,
and the ProviderProxy should call userConnected()
on the ConnectionListener.
| Method Summary | |
void |
userConnected()
This method is called when a connection is established between the UserProxy and the ProviderProxy. |
void |
userDisconnected()
This method is called when a connection is disconnected between the UserProxy and the ProviderProxy. |
| Method Detail |
public void userConnected()
throws java.rmi.RemoteException
UserProxy and the ProviderProxy.
This allows the ConnectionListener to monitor connections
to the service or services which it registers for.
java.rmi.RemoteException
public void userDisconnected()
throws java.rmi.RemoteException
UserProxy and the ProviderProxy.
This allows the ConnectionListener to monitor
disconnections from the service or services which it registers for.
java.rmi.RemoteException
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||