disciple.core
Interface ConnectionListener

All Known Subinterfaces:
StateMerger
All Known Implementing Classes:
Controller, FConnection, LateCommerService

public interface ConnectionListener

Copyright (c) 2002 Rutgers, The State University of New Jersey


Method Summary
 void connectionAdded(Connection connection, org.w3c.dom.Element status)
           
 void connectionChanged(Connection connection, org.w3c.dom.Element status)
           
 void connectionRemoved(Connection connection)
           
 

Method Detail

connectionChanged

public void connectionChanged(Connection connection,
                              org.w3c.dom.Element status)
Parameters:
status -
Rose:
3CF79DC102A4

connectionAdded

public void connectionAdded(Connection connection,
                            org.w3c.dom.Element status)
Parameters:
connection -
status -

connectionRemoved

public void connectionRemoved(Connection connection)
Parameters:
connection -


Copyright (c) 2003 Rutgers, The State University of New Jersey