Interface symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEventListener
  -  public interface DataBindingsChangeEventListener
  
-  extends EventListener
  
Interface which defines the listener for DataBindingsChangeEvent
  -  Version:
  
 -  1.0 08/17/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	handleColumnChanged(DataBindingsChangeEvent)
   -   method fired if individual data binding columns are changed
 
  
 -  
	handleRowInitialized(DataBindingsChangeEvent)
   -   method fired when the first row is initialized.
  
 -  
	handleRowInitializing(DataBindingsChangeEvent)
   -   This method is called when we are in the process of building
 the first row.
 
  
handleColumnChanged
public abstract void handleColumnChanged(DataBindingsChangeEvent e)
  -  method fired if individual data binding columns are changed
  
 
 
    -  Parameters:
    
 -  e - the DataBindingsChangeEvent
  
 
 
 
handleRowInitialized
public abstract void handleRowInitialized(DataBindingsChangeEvent e)
  -  method fired when the first row is initialized.
  
 
 
    -  Parameters:
    
 -  e - the DataBindingsChangeEvent
  
 
 
 
handleRowInitializing
public abstract void handleRowInitializing(DataBindingsChangeEvent e)
  -  This method is called when we are in the process of building
 the first row. The implementor of this method should not do
 anything other than storing the value for the passed in 
 data bound column.
  
 
 
    -  Parameters:
    
 -  e - the DataBindingsChangeEvent
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index