Class TransactionListenerAdapter

java.lang.Object
org.apache.geode.cache.util.TransactionListenerAdapter
All Implemented Interfaces:
CacheCallback, Declarable, TransactionListener

public abstract class TransactionListenerAdapter extends Object implements TransactionListener
Utility class that implements all methods in TransactionListener with empty implementations. Applications can subclass this class and only override the methods for the events of interest.
Since:
GemFire 5.0