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 TypeMethodDescriptionvoidCalled when the an existing component is removed from the FieldPanel.
-
Method Details
-
fieldOverlayRemoved
Called when the an existing component is removed from the FieldPanel.- Parameters:
comp- the overlay component that was removed.
-