Interface FieldOverlayListener
-
public interface FieldOverlayListenerInterface 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 voidfieldOverlayRemoved(javax.swing.JComponent comp)Called when the an existing component is removed from the FieldPanel.
-