Interface ContextListener

  • All Superinterfaces:
    EventListener


    public interface ContextListener
    extends EventListener
    A ContextListener can be informed about new contexts or when a context is removed from a system.
    Version:
    1.0
    Author:
    Frank Fock
    • 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.