接口 VisualizePanelListener
- 所有已知实现类:
UserClassifier
public interface VisualizePanelListener
Interface implemented by a class that is interested in receiving
submited shapes from a visualize panel.
- 版本:
- $Revision: 1.5 $
- 作者:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
方法概要
修饰符和类型方法说明void
This method receives an object containing the shapes, instances inside and outside these shapes and the attributes these shapes were created in.
-
方法详细资料
-
userDataEvent
This method receives an object containing the shapes, instances inside and outside these shapes and the attributes these shapes were created in.- 参数:
e
- The Event containing the data.
-