com.dlsc.flexgantt.swing
Interface IGridComponentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
GridControl, GridControlPanel

public interface IGridComponentListener
extends java.util.EventListener

A grid component listener reacts to changes of the grid granularity of a grid component.

Since:
1.0
Author:
Dirk Lemmermann

Method Summary
 void gridComponentChanged()
          Callback method that gets invoked when the grid granularity used by a grid component changes.
 

Method Detail

gridComponentChanged

void gridComponentChanged()
Callback method that gets invoked when the grid granularity used by a grid component changes.

Since:
1.0