All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Graph.HostCollector

public interface interface HostCollector
This interface should be implemented by the host tools, like Selection, that can offer selected edges and nodes to the extension collector like Movement, so that Movement can manipulate them.

See Also:
SelectionCollector, MovementCollector, ExtensionCollector

Method Index

 o transfer(GraphEventsCollector)
Transfer of control between host and extension collector

Methods

 o transfer
 public abstract void transfer(GraphEventsCollector gec)
Transfer of control between host and extension collector


All Packages  Class Hierarchy  This Package  Previous  Next  Index