Class AttributeAdapter

java.lang.Object
org.graffiti.event.AttributeAdapter
All Implemented Interfaces:
EventListener, AttributeListener, TransactionListener
Direct Known Subclasses:
KineticLawHelper

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