pt.moredata.dataentry.event
Interface ModeChangedListener

All Superinterfaces:
DataEntryListener, java.util.EventListener

public interface ModeChangedListener
extends DataEntryListener

This interface defines the methods a class has to implement to listener for changes in the Mode of a DataEntry object. Company MoreData

Version:
$Revision: 1.1 $
Author:
pcarmo

Method Summary
 void doAfterChange(DataEntryEvent event)
          This method is called by the DataEntry after changing the mode of the data entry.
 void doBeforeChange(DataEntryEvent event)
          This method is called by the DataEntry before changing the mode of the data entry.
 

Method Detail

doBeforeChange

public void doBeforeChange(DataEntryEvent event)
This method is called by the DataEntry before changing the mode of the data entry.

Parameters:
event - The DataEntry event.

doAfterChange

public void doAfterChange(DataEntryEvent event)
This method is called by the DataEntry after changing the mode of the data entry.

Parameters:
event - The DataEntry event.