Interface FieldOverlayListener
-
public interface FieldOverlayListener
Interface implemented by objects that want to be notified when an overlay is removed from the FieldPanel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fieldOverlayRemoved(javax.swing.JComponent comp)
Called when the an existing component is removed from the FieldPanel.
-