org.csapi.jr.se.cs
Interface ChargingManagerListener

All Superinterfaces:
java.util.EventListener

public interface ChargingManagerListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the ChargingManager service object.


Method Summary
 void onSessionAbortedEvent(org.csapi.jr.se.cs.SessionAbortedEvent sessionAbortedEvent)
          Called due to a Gateway initiated call to the sessionAborted() method on the callback interface.
 

Method Detail

onSessionAbortedEvent

public void onSessionAbortedEvent(org.csapi.jr.se.cs.SessionAbortedEvent sessionAbortedEvent)
Called due to a Gateway initiated call to the sessionAborted() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
sessionAbortedEvent - Reference to a SessionAbortedEvent event emmited from the impl or activity object.