org.avis.client
Interface CloseListener

All Superinterfaces:
EventListener

public interface CloseListener
extends EventListener

A listener to the close event sent when the client's connection to the router is disconnected.

See Also:
Elvin.addCloseListener(CloseListener)

Method Summary
 void connectionClosed(CloseEvent e)
          Called when the connection to the Elvin router is closed.
 

Method Detail

connectionClosed

void connectionClosed(CloseEvent e)
Called when the connection to the Elvin router is closed.



Copyright © 2008 Matthew Phillips. All Rights Reserved.