org.openbp.swing.components.treetable
Interface TreeTableListener

All Superinterfaces:
java.util.EventListener

public interface TreeTableListener
extends java.util.EventListener

Tree table listener.

Author:
Heiko Erhardt

Method Summary
 void processCommand(TreeTableEvent e)
          A command is about to be processed.
 

Method Detail

processCommand

void processCommand(TreeTableEvent e)
A command is about to be processed.

Parameters:
e - Event


Copyright © 2011. All Rights Reserved.