org.csapi.jr.se
Interface ActivityStateChangeListener
- public interface ActivityStateChangeListener
This interface is to be implemented for receiving events emitted by an
activity object.
Method Summary |
void |
onInvalidStateEvent(org.csapi.jr.se.InvalidActivityEvent invalidActivityEvent)
Invoked when the call object has moved to the INVALID_STATE. |
onInvalidStateEvent
public void onInvalidStateEvent(org.csapi.jr.se.InvalidActivityEvent invalidActivityEvent)
- Invoked when the call object has moved to the INVALID_STATE.
- Parameters:
invalidActivityEvent
- Reference to a Invalid Activity event emitted
from the impl or activity object.