public interface IActivationContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext() |
int |
getCurrentPrivateGlobalScopeIndex() |
int |
getCurrentScopeIndex() |
String |
getLabel() |
boolean |
isTransparent() |
void |
setCurrentPrivateGlobalScopeIndex(int iIndex) |
void |
setCurrentScopeIndex(int iIndex) |
Object getContext()
int getCurrentScopeIndex()
void setCurrentScopeIndex(int iIndex)
int getCurrentPrivateGlobalScopeIndex()
void setCurrentPrivateGlobalScopeIndex(int iIndex)
String getLabel()
boolean isTransparent()
Copyright © 2015. All rights reserved.