All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.ui.threeD.AddNodeEventListener

public interface interface AddNodeEventListener
This interface must be implemented by the listeners of events of type AddNodeEvent.

Version:
$Id: //depot/owl_s1997/edu/cmu/owl/ui/threeD/AddNodeEventListener.java#1$

Method Index

 o addNode(AddNodeEvent)
This method is called when an event is received

Methods

 o addNode
 public abstract void addNode(AddNodeEvent event)
This method is called when an event is received

Parameters:
event - the received event

All Packages  Class Hierarchy  This Package  Previous  Next  Index