Abstract
Abstract Observer Class for all common code shared by all types of observers
Getter for handlers
AbstractEvent
Getter for observerOptions
AbstractObserver
Getter for observerTarget
Method to add a new handler
Method to check if the Array has handlers
{boolean}
Method to remove a given handler
Method to trigger ahh handlers on the Array
Optional
Rest
Mandatory method implemenation to add events. this will be different, if it's a listener or an observer
Protected
Method to remove an Observer
Private
Abstract Observer Class for all common code shared by all types of observers
Export
Abstract
Implements