接口 TreeDisplayListener
- 所有已知实现类:
UserClassifier
public interface TreeDisplayListener
Interface implemented by classes that wish to recieve user selection events
from a tree displayer.
- 版本:
- $Revision: 1.5 $
- 作者:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
方法概要
修饰符和类型方法说明void
Gets called when the user selects something, in the tree display.
-
方法详细资料
-
userCommand
Gets called when the user selects something, in the tree display.- 参数:
e
- Contains what the user selected with what it was selected for.
-