Package weka.gui.beans
Interface GraphListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
GraphViewer
public interface GraphListener extends java.util.EventListenerDescribe interfaceTextListenerhere.- Version:
- $Revision: 1.4 $
- Author:
- Mark Hall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptGraph(GraphEvent e)DescribeacceptGraphmethod here.
-
-
-
Method Detail
-
acceptGraph
void acceptGraph(GraphEvent e)
DescribeacceptGraphmethod here.- Parameters:
e- aGraphEventvalue
-
-