org.csapi.jr.se
Interface ServiceStateChangeListener

All Superinterfaces:
java.util.EventListener

public interface ServiceStateChangeListener
extends java.util.EventListener

This interface is to be implemented for receiving events emitted by a service object.


Method Summary
 void onOutOfServiceEvent(org.csapi.jr.se.OutOfServiceEvent outOfServiceEvent)
          Invoked when the call object has moved to the OUT_OF_SERVICE_STATE.
 

Method Detail

onOutOfServiceEvent

public void onOutOfServiceEvent(org.csapi.jr.se.OutOfServiceEvent outOfServiceEvent)
Invoked when the call object has moved to the OUT_OF_SERVICE_STATE.

Parameters:
outOfServiceEvent - Reference to a Out Of Service Event event emitted from the impl or activity object.