IEventHandler<T> class abstract

Implementers

Constructors

IEventHandler()

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, dynamic callback, {List<String>? parentObjectIds, List? parents, void onError(String error)?, String? whereClause}) → void
addBulkCreateListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addBulkDeleteListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addBulkUpdateListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addBulkUpsertListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addCreateListener(void callback(T? response), {void onError(String error)?, String? whereClause}) → void
addDeleteListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addDeleteRelationListener(String relationColumnName, dynamic callback, {List<String>? parentObjectIds, List? parents, void onError(String error)?, String? whereClause}) → void
addSetRelationListener(String relationColumnName, dynamic callback, {List<String>? parentObjectIds, List? parents, void onError(String error)?, String? whereClause}) → void
addUpdateListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
addUpsertListener(void callback(dynamic response), {void onError(String error)?, String? whereClause}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAddRelationListeners({String? whereClause}) → void
removeBulkCreateListeners({String? whereClause}) → void
removeBulkDeleteListeners({String? whereClause}) → void
removeBulkUpdateListeners({String? whereClause}) → void
removeBulkUpsertListeners({String? whereClause}) → void
removeCreateListeners({String? whereClause}) → void
removeDeleteListeners({String? whereClause}) → void
removeDeleteRelationListeners({String? whereClause}) → void
removeSetRelationListeners({String? whereClause}) → void
removeUpdateListeners({String? whereClause}) → void
removeUpsertListeners({String? whereClause}) → void
toString() String
A string representation of this object.
inherited

Operators

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