Interface FieldOverlayListener


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

    Modifier and Type
    Method
    Description
    void
    Called when the an existing component is removed from the FieldPanel.
  • Method Details

    • fieldOverlayRemoved

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