org.globus.cog.gui.grapheditor.util
Interface LoadListener


public interface LoadListener

An interface that indicates that the object implementing it is interested in receiveing notification about the load status.


Method Summary
 void componentAdded(GraphComponent node)
           
 void loadCompleted()
           
 

Method Detail

componentAdded

public void componentAdded(GraphComponent node)

loadCompleted

public void loadCompleted()