Class ContextGeography<T>

    • Constructor Detail

      • ContextGeography

        public ContextGeography​(String name)
      • ContextGeography

        public ContextGeography​(String name,
                                String crsCode)
    • Method Detail

      • eventOccured

        public void eventOccured​(ContextEvent<T> evt)
        Description copied from interface: ContextListener
        Called to nofify the listener of a change to a context.
        Specified by:
        eventOccured in interface ContextListener<T>
        Parameters:
        evt - The event of which to notify the listener.