ElegantJ Trees Java API Specification v1.1

com.elegantj.awt.tree
Interface AWTTreeCellEditListener

All Superinterfaces:
java.util.EventListener

public interface AWTTreeCellEditListener
extends java.util.EventListener

Defines an object which listens for AWTTreeCellEditEvent


Method Summary
 void afterCellEdit(AWTTreeCellEditEvent e)
          This method invoke after cell editing is completed
 void beforeCellEdit(AWTTreeCellEditEvent e)
          This method invoke before the cell editing start
 

Method Detail

beforeCellEdit

public void beforeCellEdit(AWTTreeCellEditEvent e)
This method invoke before the cell editing start

Parameters:
e - The AWTTreeCellEditEvent

afterCellEdit

public void afterCellEdit(AWTTreeCellEditEvent e)
This method invoke after cell editing is completed

Parameters:
e - The AWTTreeCellEditEvent

ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.