Class DialLayerChangeEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Detail

      • DialLayerChangeEvent

        public DialLayerChangeEvent​(DialLayer layer)
        Creates a new instance.
        Parameters:
        layer - the dial layer that generated the event.
    • Method Detail

      • getDialLayer

        public DialLayer getDialLayer()
        Returns the layer that generated the event.
        Returns:
        The layer that generated the event.