csheets.ui.ctrl
Class EditEvent
java.lang.Object
java.util.EventObject
csheets.ui.ctrl.EditEvent
- All Implemented Interfaces:
- Serializable
public class EditEvent
- extends EventObject
An edit event is used to notify interested parties that a workbook has been
modified.
- Author:
- Einar Pehrson
- See Also:
- Serialized Form
EditEvent
public EditEvent(Object source,
Workbook workbook)
- Creates a new edit event.
- Parameters:
source - the source of the eventworkbook - the workbook that was modified
getWorkbook
public Workbook getWorkbook()
- Returns the active workbook.
- Returns:
- the active workbook