Interface | Description |
---|---|
ComponentListener | |
ContainerListener | |
WindowListener |
This listener class is for listening to events happening to a
Window . |
Class | Description |
---|---|
ComponentAdapter |
This adapter class can help you create component listeners that only needs a subset of the
events required by the
ComponentListener . |
ContainerAdapter | |
WindowAdapter |
This adapter class is implementing
WindowListener and provides an implementation for all
the methods that does nothing. |
Copyright © 2015. All Rights Reserved.