Interface AccessModifierNamedWindowOption
public interface AccessModifierNamedWindowOption
Implement this interface to provide or override the access modifier for a named window.
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.util.NameAccessModifier
Returns the access modifier for the named window
-
Method Details
-
getValue
com.espertech.esper.common.client.util.NameAccessModifier getValue(AccessModifierNamedWindowContext env) Returns the access modifier for the named window- Parameters:
env
- information about the statement- Returns:
- modifier
-