AureusDataDetailMaster class

An observer pattern that the DataDetailView uses to allow users to edit / modify information within the view

Constructors

AureusDataDetailMaster()

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
notifyObserverToDelete() → void
Telling each DD observer to delete
notifyObserverToFinish() → void
Telling each DD observer to update into Read
notifyObserverToUpdate() → void
Telling each DD observer to update into Read
registerObserver(AureusDataDetailObserver observer) → void
Registering observers
toString() String
A string representation of this object.
inherited
unregisterObserver(AureusDataDetailObserver observer) → void
Unregistering observers

Operators

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