com.sap.ip.me.api.sync
Interface SyncEventListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface SyncEventListener
extends java.util.EventListener, java.io.Serializable

Every registered instance of an SyncEventListener implementation will be notified by the framework about the synchronization state. See SyncEvent for supported states.
All registered SyncEventListeners will be seraialized by the framework. So each class which implements this interface must also implement java.io.Serializable and should be stateless.

Author:
SAP

Method Summary
 void actionPerformed(SyncEvent syncEvent)
          This method will be called by the framework if the sync state changes.
 

Method Detail

actionPerformed

public void actionPerformed(SyncEvent syncEvent)
This method will be called by the framework if the sync state changes.

Parameters:
syncEvent - A representation of the current sync state.


Copyright © 2005 SAP AG. All Rights Reserved.