Interface v.c.a.i.IReliableListener(Interface):

Part of vmc.contrib.axiom.iaxiom View In Hierarchy

Receives notification of the existence of Items of a particular type.

{IReliableListener} providers are given to IBatchProcessor.addReliableListener and will then have processItem called with items handled by that processor.
Method processItem Callback notifying this listener of the existence of the given item.
Method suspend Invoked when notification for this listener is being temporarily
Method resume Invoked when notification for this listener is being resumed.
def processItem(item):
Callback notifying this listener of the existence of the given item.
def suspend():

Invoked when notification for this listener is being temporarily suspended.

This should clean up any ephemeral resources held by this listener and generally prepare to not do anything for a while.
def resume():

Invoked when notification for this listener is being resumed.

Any actions taken by suspend may be reversed by this method.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.