apps.remotecontrol.tableportal.inspectionutility
Interface CircularLayout.CircularLayoutListener

All Known Implementing Classes:
InspectionUtility
Enclosing class:
CircularLayout

public static interface CircularLayout.CircularLayoutListener

The listener interface for receiving circularLayout events. The class that is interested in processing a circularLayout event implements this interface, and the object created with that class is registered with a component using the component's addCircularLayoutListener method. When the circularLayout event occurs, that object's appropriate method is invoked.

See Also:
CircularLayoutEvent

Method Summary
 void layoutCollapsed(CircularLayout cl)
          Layout collapsed.
 

Method Detail

layoutCollapsed

void layoutCollapsed(CircularLayout cl)
Layout collapsed.

Parameters:
cl - the cl