public interface IContextMgr
Modifier and Type | Method and Description |
---|---|
void |
popContext()
Hook gives the implementation an opportunity to pop context off of a
stack.
|
void |
pushContext(Object context)
Hook gives the implementation an opportunity to push context onto a
stack.
|
void pushContext(Object context)
context
- The context object.void popContext()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.