EventHandler<T> class

Constructors

EventHandler(String _tableName)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAddRelationListener(String relationColumnName, void callback(RelationStatus status), {List<String>? parentObjects, void onError(String error)?}) → void
addBulkCreateListener(void callback(List response), {void onError(String error)?}) → void
addBulkDeleteListener(void callback(BulkEvent response), {void onError(String error)?, String? whereClause}) → void
addBulkUpdateListener(void callback(BulkEvent response), {void onError(String error)?, String? whereClause}) → void
addCreateListener(void callback(T response), {void onError(String error)?, String? whereClause}) → void
addDeleteListener(void callback(T response), {void onError(String error)?, String? whereClause}) → void
addDeleteRelationListener(String relationColumnName, void callback(RelationStatus status), {List<String>? parentObjects, void onError(String error)?}) → void
addSetRelationListener(String relationColumnName, void callback(RelationStatus status), {List<String>? parentObjects, void onError(String error)?}) → void
addUpdateListener(void callback(T response), {void onError(String error)?, String? whereClause}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAddRelationListeners() → void
removeBulkCreateListener(void callback(BulkEvent response)) → void
removeBulkCreateListeners([String? whereClause]) → void
removeBulkDeleteListener(void callback(BulkEvent response)) → void
removeBulkDeleteListeners([String? whereClause]) → void
removeBulkUpdateListener(void callback(BulkEvent response)) → void
removeBulkUpdateListeners([String? whereClause]) → void
removeCreateListener(void callback(T response)) → void
removeCreateListeners([String? whereClause]) → void
removeDeleteListener(void callback(T response)) → void
removeDeleteListeners([String? whereClause]) → void
removeDeleteRelationListeners() → void
removeSetRelationListeners() → void
removeUpdateListener(void callback(T response)) → void
removeUpdateListeners([String? whereClause]) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited