com.aptana.ide.core.io.sync
Interface ISyncEventHandler

All Superinterfaces:
IVirtualFileManagerEventHandler

public interface ISyncEventHandler
extends IVirtualFileManagerEventHandler

Author:
Kevin Lindsey

Method Summary
 boolean syncErrorEvent(VirtualFileSyncPair item, java.lang.Exception e)
          syncErrorEvent
 boolean syncEvent(VirtualFileSyncPair item, int index, int totalItems)
          syncingItem
 
Methods inherited from interface com.aptana.ide.core.io.IVirtualFileManagerEventHandler
getFilesEvent
 

Method Detail

syncEvent

boolean syncEvent(VirtualFileSyncPair item,
                  int index,
                  int totalItems)
syncingItem

Parameters:
item -
index -
totalItems -
Returns:
boolean

syncErrorEvent

boolean syncErrorEvent(VirtualFileSyncPair item,
                       java.lang.Exception e)
syncErrorEvent

Parameters:
item -
e -
Returns:
boolean