org.openmobileis.synchro.openmsp.client
Interface OpenMSPSynchroProcessListener

All Known Implementing Classes:
PPCProgressBarSynchroProcessListener

public interface OpenMSPSynchroProcessListener

Author:
phil

Method Summary
 void notifyAfterProcessMessageReturn()
           
 void notifyBeforeProcessMessageReturn()
           
 void notifyBeforeSendMessage()
           
 void notifyEndProcessListener()
           
 void notifyGenerateOpenMSPMessage()
           
 void notifyListenerEndSync(java.lang.String listenerName)
           
 void notifyListenerStartSync(java.lang.String listenerName)
           
 void notifyReceiveMessageReturn()
           
 void notifySynchroEnd()
           
 void notifySynchroFailure(int status)
           
 void notifySynchroStart()
           
 

Method Detail

notifySynchroStart

public void notifySynchroStart()

notifySynchroEnd

public void notifySynchroEnd()

notifyListenerStartSync

public void notifyListenerStartSync(java.lang.String listenerName)

notifyListenerEndSync

public void notifyListenerEndSync(java.lang.String listenerName)

notifyGenerateOpenMSPMessage

public void notifyGenerateOpenMSPMessage()

notifyBeforeSendMessage

public void notifyBeforeSendMessage()

notifyReceiveMessageReturn

public void notifyReceiveMessageReturn()

notifyBeforeProcessMessageReturn

public void notifyBeforeProcessMessageReturn()

notifyAfterProcessMessageReturn

public void notifyAfterProcessMessageReturn()

notifySynchroFailure

public void notifySynchroFailure(int status)

notifyEndProcessListener

public void notifyEndProcessListener()


Copyright 2006 OpenMobileIS. All Rights Reserved.