Class RecordListenerAdapter<R extends PersistentRecord>
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.persistence.RecordListenerAdapter<R>
- All Implemented Interfaces:
IRecordListener<R>
public class RecordListenerAdapter<R extends PersistentRecord>
extends Object
implements IRecordListener<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
recordAdded
(R record) void
recordDeleted
(KeyValue key) void
recordUpdated
(R record)
-
Constructor Details
-
RecordListenerAdapter
public RecordListenerAdapter()
-
-
Method Details
-
recordUpdated
- Specified by:
recordUpdated
in interfaceIRecordListener<R extends PersistentRecord>
-
recordAdded
- Specified by:
recordAdded
in interfaceIRecordListener<R extends PersistentRecord>
-
recordDeleted
- Specified by:
recordDeleted
in interfaceIRecordListener<R extends PersistentRecord>
-