uk.ac.ic.doc.automed.p2p.state
Interface StateChangedListener

All Known Implementing Classes:
AutoMedPeer, DirectoryServicePeer, LoginFrame, LoginGui, Peer

public interface StateChangedListener


Method Summary
 void performStateAction(int newState)
          This method is for listener objects to implement actions when a peer's state
has been changed.
 

Method Detail

performStateAction

void performStateAction(int newState)
This method is for listener objects to implement actions when a peer's state
has been changed. Examples of actions to perform include update GUI interface and so on