org.csapi.jr.se.cs
Interface ChargingSessionListener

All Superinterfaces:
java.util.EventListener

public interface ChargingSessionListener
extends java.util.EventListener

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


Method Summary
 void onCreditAmountErrEvent(org.csapi.jr.se.cs.CreditAmountErrEvent creditAmountErrEvent)
          Called due to a Gateway initiated call to the creditAmountErr() method on the callback interface.
 void onCreditAmountResEvent(org.csapi.jr.se.cs.CreditAmountResEvent creditAmountResEvent)
          Called due to a Gateway initiated call to the creditAmountRes() method on the callback interface.
 void onCreditUnitErrEvent(org.csapi.jr.se.cs.CreditUnitErrEvent creditUnitErrEvent)
          Called due to a Gateway initiated call to the creditUnitErr() method on the callback interface.
 void onCreditUnitResEvent(org.csapi.jr.se.cs.CreditUnitResEvent creditUnitResEvent)
          Called due to a Gateway initiated call to the creditUnitRes() method on the callback interface.
 void onDebitAmountErrEvent(org.csapi.jr.se.cs.DebitAmountErrEvent debitAmountErrEvent)
          Called due to a Gateway initiated call to the debitAmountErr() method on the callback interface.
 void onDebitAmountResEvent(org.csapi.jr.se.cs.DebitAmountResEvent debitAmountResEvent)
          Called due to a Gateway initiated call to the debitAmountRes() method on the callback interface.
 void onDebitUnitErrEvent(org.csapi.jr.se.cs.DebitUnitErrEvent debitUnitErrEvent)
          Called due to a Gateway initiated call to the debitUnitErr() method on the callback interface.
 void onDebitUnitResEvent(org.csapi.jr.se.cs.DebitUnitResEvent debitUnitResEvent)
          Called due to a Gateway initiated call to the debitUnitRes() method on the callback interface.
 void onDirectCreditAmountErrEvent(org.csapi.jr.se.cs.DirectCreditAmountErrEvent directCreditAmountErrEvent)
          Called due to a Gateway initiated call to the directCreditAmountErr() method on the callback interface.
 void onDirectCreditAmountResEvent(org.csapi.jr.se.cs.DirectCreditAmountResEvent directCreditAmountResEvent)
          Called due to a Gateway initiated call to the directCreditAmountRes() method on the callback interface.
 void onDirectCreditUnitErrEvent(org.csapi.jr.se.cs.DirectCreditUnitErrEvent directCreditUnitErrEvent)
          Called due to a Gateway initiated call to the directCreditUnitErr() method on the callback interface.
 void onDirectCreditUnitResEvent(org.csapi.jr.se.cs.DirectCreditUnitResEvent directCreditUnitResEvent)
          Called due to a Gateway initiated call to the directCreditUnitRes() method on the callback interface.
 void onDirectDebitAmountErrEvent(org.csapi.jr.se.cs.DirectDebitAmountErrEvent directDebitAmountErrEvent)
          Called due to a Gateway initiated call to the directDebitAmountErr() method on the callback interface.
 void onDirectDebitAmountResEvent(org.csapi.jr.se.cs.DirectDebitAmountResEvent directDebitAmountResEvent)
          Called due to a Gateway initiated call to the directDebitAmountRes() method on the callback interface.
 void onDirectDebitUnitErrEvent(org.csapi.jr.se.cs.DirectDebitUnitErrEvent directDebitUnitErrEvent)
          Called due to a Gateway initiated call to the directDebitUnitErr() method on the callback interface.
 void onDirectDebitUnitResEvent(org.csapi.jr.se.cs.DirectDebitUnitResEvent directDebitUnitResEvent)
          Called due to a Gateway initiated call to the directDebitUnitRes() method on the callback interface.
 void onExtendLifeTimeErrEvent(org.csapi.jr.se.cs.ExtendLifeTimeErrEvent extendLifeTimeErrEvent)
          Called due to a Gateway initiated call to the extendLifeTimeErr() method on the callback interface.
 void onExtendLifeTimeResEvent(org.csapi.jr.se.cs.ExtendLifeTimeResEvent extendLifeTimeResEvent)
          Called due to a Gateway initiated call to the extendLifeTimeRes() method on the callback interface.
 void onRateErrEvent(org.csapi.jr.se.cs.RateErrEvent rateErrEvent)
          Called due to a Gateway initiated call to the rateErr() method on the callback interface.
 void onRateResEvent(org.csapi.jr.se.cs.RateResEvent rateResEvent)
          Called due to a Gateway initiated call to the rateRes() method on the callback interface.
 void onReserveAmountErrEvent(org.csapi.jr.se.cs.ReserveAmountErrEvent reserveAmountErrEvent)
          Called due to a Gateway initiated call to the reserveAmountErr() method on the callback interface.
 void onReserveAmountResEvent(org.csapi.jr.se.cs.ReserveAmountResEvent reserveAmountResEvent)
          Called due to a Gateway initiated call to the reserveAmountRes() method on the callback interface.
 void onReserveUnitErrEvent(org.csapi.jr.se.cs.ReserveUnitErrEvent reserveUnitErrEvent)
          Called due to a Gateway initiated call to the reserveUnitErr() method on the callback interface.
 void onReserveUnitResEvent(org.csapi.jr.se.cs.ReserveUnitResEvent reserveUnitResEvent)
          Called due to a Gateway initiated call to the reserveUnitRes() method on the callback interface.
 void onSessionEndedEvent(org.csapi.jr.se.cs.SessionEndedEvent sessionEndedEvent)
          Called due to a Gateway initiated call to the sessionEnded() method on the callback interface.
 

Method Detail

onCreditAmountErrEvent

public void onCreditAmountErrEvent(org.csapi.jr.se.cs.CreditAmountErrEvent creditAmountErrEvent)
Called due to a Gateway initiated call to the creditAmountErr() method on the callback interface.

Parameters:
creditAmountErrEvent - Reference to a CreditAmountErrEvent event emmited from the impl or activity object.

onCreditAmountResEvent

public void onCreditAmountResEvent(org.csapi.jr.se.cs.CreditAmountResEvent creditAmountResEvent)
Called due to a Gateway initiated call to the creditAmountRes() method on the callback interface.

Parameters:
creditAmountResEvent - Reference to a CreditAmountResEvent event emmited from the impl or activity object.

onCreditUnitErrEvent

public void onCreditUnitErrEvent(org.csapi.jr.se.cs.CreditUnitErrEvent creditUnitErrEvent)
Called due to a Gateway initiated call to the creditUnitErr() method on the callback interface.

Parameters:
creditUnitErrEvent - Reference to a CreditUnitErrEvent event emmited from the impl or activity object.

onCreditUnitResEvent

public void onCreditUnitResEvent(org.csapi.jr.se.cs.CreditUnitResEvent creditUnitResEvent)
Called due to a Gateway initiated call to the creditUnitRes() method on the callback interface.

Parameters:
creditUnitResEvent - Reference to a CreditUnitResEvent event emmited from the impl or activity object.

onDebitAmountErrEvent

public void onDebitAmountErrEvent(org.csapi.jr.se.cs.DebitAmountErrEvent debitAmountErrEvent)
Called due to a Gateway initiated call to the debitAmountErr() method on the callback interface.

Parameters:
debitAmountErrEvent - Reference to a DebitAmountErrEvent event emmited from the impl or activity object.

onDebitAmountResEvent

public void onDebitAmountResEvent(org.csapi.jr.se.cs.DebitAmountResEvent debitAmountResEvent)
Called due to a Gateway initiated call to the debitAmountRes() method on the callback interface.

Parameters:
debitAmountResEvent - Reference to a DebitAmountResEvent event emmited from the impl or activity object.

onDebitUnitErrEvent

public void onDebitUnitErrEvent(org.csapi.jr.se.cs.DebitUnitErrEvent debitUnitErrEvent)
Called due to a Gateway initiated call to the debitUnitErr() method on the callback interface.

Parameters:
debitUnitErrEvent - Reference to a DebitUnitErrEvent event emmited from the impl or activity object.

onDebitUnitResEvent

public void onDebitUnitResEvent(org.csapi.jr.se.cs.DebitUnitResEvent debitUnitResEvent)
Called due to a Gateway initiated call to the debitUnitRes() method on the callback interface.

Parameters:
debitUnitResEvent - Reference to a DebitUnitResEvent event emmited from the impl or activity object.

onDirectCreditAmountErrEvent

public void onDirectCreditAmountErrEvent(org.csapi.jr.se.cs.DirectCreditAmountErrEvent directCreditAmountErrEvent)
Called due to a Gateway initiated call to the directCreditAmountErr() method on the callback interface.

Parameters:
directCreditAmountErrEvent - Reference to a DirectCreditAmountErrEvent event emmited from the impl or activity object.

onDirectCreditAmountResEvent

public void onDirectCreditAmountResEvent(org.csapi.jr.se.cs.DirectCreditAmountResEvent directCreditAmountResEvent)
Called due to a Gateway initiated call to the directCreditAmountRes() method on the callback interface.

Parameters:
directCreditAmountResEvent - Reference to a DirectCreditAmountResEvent event emmited from the impl or activity object.

onDirectCreditUnitErrEvent

public void onDirectCreditUnitErrEvent(org.csapi.jr.se.cs.DirectCreditUnitErrEvent directCreditUnitErrEvent)
Called due to a Gateway initiated call to the directCreditUnitErr() method on the callback interface.

Parameters:
directCreditUnitErrEvent - Reference to a DirectCreditUnitErrEvent event emmited from the impl or activity object.

onDirectCreditUnitResEvent

public void onDirectCreditUnitResEvent(org.csapi.jr.se.cs.DirectCreditUnitResEvent directCreditUnitResEvent)
Called due to a Gateway initiated call to the directCreditUnitRes() method on the callback interface.

Parameters:
directCreditUnitResEvent - Reference to a DirectCreditUnitResEvent event emmited from the impl or activity object.

onDirectDebitAmountErrEvent

public void onDirectDebitAmountErrEvent(org.csapi.jr.se.cs.DirectDebitAmountErrEvent directDebitAmountErrEvent)
Called due to a Gateway initiated call to the directDebitAmountErr() method on the callback interface.

Parameters:
directDebitAmountErrEvent - Reference to a DirectDebitAmountErrEvent event emmited from the impl or activity object.

onDirectDebitAmountResEvent

public void onDirectDebitAmountResEvent(org.csapi.jr.se.cs.DirectDebitAmountResEvent directDebitAmountResEvent)
Called due to a Gateway initiated call to the directDebitAmountRes() method on the callback interface.

Parameters:
directDebitAmountResEvent - Reference to a DirectDebitAmountResEvent event emmited from the impl or activity object.

onDirectDebitUnitErrEvent

public void onDirectDebitUnitErrEvent(org.csapi.jr.se.cs.DirectDebitUnitErrEvent directDebitUnitErrEvent)
Called due to a Gateway initiated call to the directDebitUnitErr() method on the callback interface.

Parameters:
directDebitUnitErrEvent - Reference to a DirectDebitUnitErrEvent event emmited from the impl or activity object.

onDirectDebitUnitResEvent

public void onDirectDebitUnitResEvent(org.csapi.jr.se.cs.DirectDebitUnitResEvent directDebitUnitResEvent)
Called due to a Gateway initiated call to the directDebitUnitRes() method on the callback interface.

Parameters:
directDebitUnitResEvent - Reference to a DirectDebitUnitResEvent event emmited from the impl or activity object.

onExtendLifeTimeErrEvent

public void onExtendLifeTimeErrEvent(org.csapi.jr.se.cs.ExtendLifeTimeErrEvent extendLifeTimeErrEvent)
Called due to a Gateway initiated call to the extendLifeTimeErr() method on the callback interface.

Parameters:
extendLifeTimeErrEvent - Reference to a ExtendLifeTimeErrEvent event emmited from the impl or activity object.

onExtendLifeTimeResEvent

public void onExtendLifeTimeResEvent(org.csapi.jr.se.cs.ExtendLifeTimeResEvent extendLifeTimeResEvent)
Called due to a Gateway initiated call to the extendLifeTimeRes() method on the callback interface.

Parameters:
extendLifeTimeResEvent - Reference to a ExtendLifeTimeResEvent event emmited from the impl or activity object.

onRateErrEvent

public void onRateErrEvent(org.csapi.jr.se.cs.RateErrEvent rateErrEvent)
Called due to a Gateway initiated call to the rateErr() method on the callback interface.

Parameters:
rateErrEvent - Reference to a RateErrEvent event emmited from the impl or activity object.

onRateResEvent

public void onRateResEvent(org.csapi.jr.se.cs.RateResEvent rateResEvent)
Called due to a Gateway initiated call to the rateRes() method on the callback interface.

Parameters:
rateResEvent - Reference to a RateResEvent event emmited from the impl or activity object.

onReserveAmountErrEvent

public void onReserveAmountErrEvent(org.csapi.jr.se.cs.ReserveAmountErrEvent reserveAmountErrEvent)
Called due to a Gateway initiated call to the reserveAmountErr() method on the callback interface.

Parameters:
reserveAmountErrEvent - Reference to a ReserveAmountErrEvent event emmited from the impl or activity object.

onReserveAmountResEvent

public void onReserveAmountResEvent(org.csapi.jr.se.cs.ReserveAmountResEvent reserveAmountResEvent)
Called due to a Gateway initiated call to the reserveAmountRes() method on the callback interface.

Parameters:
reserveAmountResEvent - Reference to a ReserveAmountResEvent event emmited from the impl or activity object.

onReserveUnitErrEvent

public void onReserveUnitErrEvent(org.csapi.jr.se.cs.ReserveUnitErrEvent reserveUnitErrEvent)
Called due to a Gateway initiated call to the reserveUnitErr() method on the callback interface.

Parameters:
reserveUnitErrEvent - Reference to a ReserveUnitErrEvent event emmited from the impl or activity object.

onReserveUnitResEvent

public void onReserveUnitResEvent(org.csapi.jr.se.cs.ReserveUnitResEvent reserveUnitResEvent)
Called due to a Gateway initiated call to the reserveUnitRes() method on the callback interface.

Parameters:
reserveUnitResEvent - Reference to a ReserveUnitResEvent event emmited from the impl or activity object.

onSessionEndedEvent

public void onSessionEndedEvent(org.csapi.jr.se.cs.SessionEndedEvent sessionEndedEvent)
Called due to a Gateway initiated call to the sessionEnded() method on the callback interface.

Parameters:
sessionEndedEvent - Reference to a SessionEndedEvent event emmited from the impl or activity object.