VoltListener class abstract

A listener for query events in Volt

Constructors

VoltListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDeserializationError() → void
Called when deserialization fails
onDiskCacheHit() → void
Called when a disk cache hit occurs
onDiskCacheMiss() → void
Called when a disk cache miss occurs
onMemoryCacheEviction() → void
Called when an item is evicted from memory cache
onMemoryCacheHit() → void
Called when a memory cache hit occurs
onMemoryCacheMiss() → void
Called when a memory cache miss occurs
onMemoryCacheSizeChanged(int size) → void
Called when memory cache size changes
onNetworkError() → void
Called when a network request fails
onNetworkHit() → void
Called when a network request succeeds
onRequestConflated() → void
Called when requests are conflated
toString() String
A string representation of this object.
inherited

Operators

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