csheets.ui.ctrl
Interface EditListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ActionManager.ActionEnabler

public interface EditListener
extends EventListener

A listener for receiving notification changes when a workbook is modified.

Author:
Einar Pehrson

Method Summary
 void workbookModified(EditEvent event)
          Invoked when a workbook is modified.
 

Method Detail

workbookModified

void workbookModified(EditEvent event)
Invoked when a workbook is modified. param event the edit event that was fired