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
Author:
erick.svenson@yahoo.com

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

Method Detail

stateChanged

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

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


Copyright © 2013. All Rights Reserved.