Interface ComponentListener

Interface java.awt.event.ComponentListener

Interface Members | This Package | All Packages

public interface ComponentListener
extends EventListener

The listener interface for receiving component events. Component events are provided for notification purposes ONLY; The AWT will automatically handle component moves and resizes internally so that GUI layout works properly regardless of whether a program registers a ComponentListener or not.