local.tomas.mobile.sync.synchronizer
Class SynchronizationCounters

java.lang.Object
  extended by local.tomas.mobile.sync.synchronizer.SynchronizationCounters
All Implemented Interfaces:
SynchronizationListener

public class SynchronizationCounters
extends java.lang.Object
implements SynchronizationListener


Constructor Summary
SynchronizationCounters()
           
 
Method Summary
 void finished(java.lang.String op, SynchronizationParams params)
           
 ChangeCounters getDesktopCounters()
           
 ChangeCounters getMobileCounters()
           
 StoreListener getStoreListener(PartnerType partnerType)
           
 void started(java.lang.String op, SynchronizationParams params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationCounters

public SynchronizationCounters()
Method Detail

getDesktopCounters

public ChangeCounters getDesktopCounters()

getMobileCounters

public ChangeCounters getMobileCounters()

started

public void started(java.lang.String op,
                    SynchronizationParams params)
Specified by:
started in interface SynchronizationListener

finished

public void finished(java.lang.String op,
                     SynchronizationParams params)
Specified by:
finished in interface SynchronizationListener

getStoreListener

public StoreListener getStoreListener(PartnerType partnerType)
Specified by:
getStoreListener in interface SynchronizationListener


Copyright © 2007 null. All Rights Reserved.