Package org.jdrawing.event

Provides event classes and listener interfaces that are used to react to events fired by JDrawing and related classes.

See:
          Description

Interface Summary
DrawingModelCacheListener Defines the interface for an object that listens to changes in a DrawingModelCache.
DrawingModelListener Defines the interface for an object that listens to changes in a DrawingModel.
 

Class Summary
DrawingModelCacheEvent Encapsulates information describing changes to a drawing model cache, and used to notify drawing model cache listeners of the changes.
DrawingModelEvent Encapsulates information describing changes to a drawing model, and used to notify drawing model listeners of the changes.
 

Package org.jdrawing.event Description

Provides event classes and listener interfaces that are used to react to events fired by JDrawing and related classes.