org.safehaus.penrose.event
Interface ConnectionListener


public interface ConnectionListener

Author:
Endi S. Dewata

Method Summary
 void connectionClosed(ConnectionEvent event)
           
 void connectionOpened(ConnectionEvent event)
           
 

Method Detail

connectionOpened

public void connectionOpened(ConnectionEvent event)
                      throws java.lang.Exception
Throws:
java.lang.Exception

connectionClosed

public void connectionClosed(ConnectionEvent event)
                      throws java.lang.Exception
Throws:
java.lang.Exception