public interface ContextListener extends EventListener
ContextListener
can be informed about new contexts or when
a context is removed from a system.Modifier and Type | Method and Description |
---|---|
void |
contextChanged(ContextEvent event)
A context described by the given event object has been added or removed.
|
void contextChanged(ContextEvent event)
event
- a context event object.Copyright © 2016 SNMP4J.org. All rights reserved.