Package proper.gui.core.event

Listener-Interfaces and Event-Classes that are used in the GUI can be found here.

See:
          Description

Interface Summary
ConnectorChangeListener This Listener is for reacting to ConnectorChangeEvents fired by a component.
CurrentDirChangeListener This Listener is for reacting to CurrentDirChangeEvents fired by a FileTextField, if the current dir has been changed.
SizeChangeListener This Listener is for reacting to SizeChangeEvents fired by a component.
 

Class Summary
ConnectorChangeEvent This Event is fired by a component that handles a Connector object and the the state of this connector is changed.
CurrentDirChangeEvent This Event is fired by a FileTextField after selecting a file.
SizeChangeEvent This Event is fired by a component if its owner should recalculate its size.
 

Package proper.gui.core.event Description

Listener-Interfaces and Event-Classes that are used in the GUI can be found here.