Class TransactionAdapter

java.lang.Object
org.graffiti.event.TransactionAdapter
All Implemented Interfaces:
EventListener, TransactionListener

public class TransactionAdapter
extends Object
implements TransactionListener
Adapter for the TransactionListener interface, providing default empty implementation. Useful, given you don't need all interface methods.
Since:
2.7.0
Author:
D. Garkov