org.jdiameter.api
Interface PeerStateListener


public interface PeerStateListener

This interface is used to inform about changes in the state for a given peer.

Version:
1.5.1 Final

Method Summary
 void stateChanged(PeerState oldState, PeerState newState)
          A change of state has occured for a peer.
 

Method Detail

stateChanged

void stateChanged(PeerState oldState,
                  PeerState newState)
A change of state has occured for a peer.

Parameters:
oldState - old state of peer
newState - new state of peer


Copyright © 2010. All Rights Reserved.