| Interface | Description | 
|---|---|
| ActionListener<E> | 
 A GUI toolkit agnostic interface which keeps the state (enabled/ disabled) and the logic between menu items and
 toolbar buttons in sync. 
 | 
| ToggleActionListener<E> | 
 A GUI toolkit agnostic interface which keeps the state (enabled/ disabled, selected/ unselected etc.) and the logic
 between toggable menu items and toggable toolbar buttons in sync. 
 | 
| Class | Description | 
|---|---|
| AbstractActionListener<E> | 
 A base class for  
ActionListeners. | 
| AbstractToggleActionListener<E> | 
 A base class for  
ToggleActionListeners. | 
Copyright © 2012–2016 Drombler. All rights reserved.