-
- All Superinterfaces:
EventListener
public interface ContextListener extends EventListener
AContextListenercan be informed about new contexts or when a context is removed from a system.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontextChanged(ContextEvent event)A context described by the given event object has been added or removed.
-
-
-
Method Detail
-
contextChanged
void contextChanged(ContextEvent event)
A context described by the given event object has been added or removed.- Parameters:
event- a context event object.
-
-