blob: c784e666d9334445a2eb1fc67c12c306165e6e52 [file] [log] [blame]
package com.gemstone.gemfire.modules.gatewaydelta;
import com.gemstone.gemfire.cache.Cache;
public interface GatewayDeltaEvent {
public void apply(Cache cache);
}