Interface FieldOverlayListener


  • public interface FieldOverlayListener
    Interface implemented by objects that want to be notified when an overlay is removed from the FieldPanel.
    • Method Detail

      • fieldOverlayRemoved

        void fieldOverlayRemoved​(javax.swing.JComponent comp)
        Called when the an existing component is removed from the FieldPanel.
        Parameters:
        comp - the overlay component that was removed.