接口 AttributePanelListener
public interface AttributePanelListener
Interface for classes that want to listen for Attribute selection
changes in the attribute panel
- 版本:
- $Revision: 1.5 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
方法概要
修饰符和类型方法说明void
Called when the user clicks on an attribute bar
-
方法详细资料
-
attributeSelectionChange
Called when the user clicks on an attribute bar- 参数:
e
- the event encapsulating what happened
-