Action Event

ActionEvent

This is a SemanticEvent which indicates that a component-defined action has occurred.

The event is passed to every every ActionListener object that registered to receive such events

The object that implements the ActionListener interface gets this ActionEvent

Hence the listener


CategoryEvents