Interface ContextListener


public interface ContextListener
Interface for listeners who wish to be notified upon refreshes/changes of the Context they register with.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Message about the changing of the context.
  • Method Details

    • contextChanged

      void contextChanged(Context source)
      Message about the changing of the context.
      Parameters:
      source - the source of the event