-
public interface ScopeListenerHooks for scope activation
-
-
Method Summary
Modifier and Type Method Description abstract voidafterScopeActivated()Called just after a scope becomes the active scopeMay be called multiple times. abstract voidafterScopeClosed()Called just after a scope is closed. -
-
Method Detail
-
afterScopeActivated
abstract void afterScopeActivated()
Called just after a scope becomes the active scope
May be called multiple times. When a scope is initially created, or after a child scope isdeactivated.
-
afterScopeClosed
abstract void afterScopeClosed()
Called just after a scope is closed.
-
-
-
-