public interface ContextListener
Modifier and Type | Method and Description |
---|---|
void |
contextCreated(AbstractContext context)
A context has been added
|
void |
contextRemoved(AbstractContext context)
A context has been removed
|
void contextCreated(AbstractContext context)
context
- void contextRemoved(AbstractContext context)
context
- Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.