Packageorg.spicefactory.parsley.core.scope
Interfacepublic interface ScopeAware
Implementors LocalPersistenceManager

Interface to be implemented by scope extensions that need access to the Scope instance they are associated with.



Public Methods
 MethodDefined By
  
init(scope:Scope):void
Invoked once after the extension has been instantiated.
ScopeAware
Method Detail
init()method
public function init(scope:Scope):void

Invoked once after the extension has been instantiated. The Scope instance passed to this method represents the scope that this extension is associated with.

Parameters

scope:Scope — the scope this extension is associated with