pl.mn.communicator.event
Class ConnectionListener.Stub

java.lang.Object
  extended by pl.mn.communicator.event.ConnectionListener.Stub
All Implemented Interfaces:
java.util.EventListener, ConnectionListener
Enclosing interface:
ConnectionListener

public static class ConnectionListener.Stub
extends java.lang.Object
implements ConnectionListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface pl.mn.communicator.event.ConnectionListener
ConnectionListener.Stub
 
Constructor Summary
ConnectionListener.Stub()
           
 
Method Summary
 void connectionClosed()
          The notification that connection to the server has been delibately closed.
 void connectionError(java.lang.Exception ex)
          Notification that there was an unexpected error with the connection.
 void connectionEstablished()
          The notification that connection to the server has been successfuly established.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionListener.Stub

public ConnectionListener.Stub()
Method Detail

connectionEstablished

public void connectionEstablished()
                           throws GGException
Description copied from interface: ConnectionListener
The notification that connection to the server has been successfuly established.

Specified by:
connectionEstablished in interface ConnectionListener
Throws:
GGException
See Also:
ConnectionListener.connectionEstablished()

connectionClosed

public void connectionClosed()
                      throws GGException
Description copied from interface: ConnectionListener
The notification that connection to the server has been delibately closed.

Specified by:
connectionClosed in interface ConnectionListener
Throws:
GGException
See Also:
ConnectionListener.connectionClosed()

connectionError

public void connectionError(java.lang.Exception ex)
                     throws GGException
Description copied from interface: ConnectionListener
Notification that there was an unexpected error with the connection.

Specified by:
connectionError in interface ConnectionListener
Throws:
GGException
See Also:
ConnectionListener.connectionError(Exception)


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.