Package 

Interface ScopeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void afterScopeActivated() Called just after a scope becomes the active scopeMay be called multiple times.
      abstract void afterScopeClosed() Called just after a scope is closed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.