anl.aida.client.widget
Interface GraphSwapable

All Known Implementing Classes:
GraphRenderer, NetworkDisplay

public interface GraphSwapable

Interface for classes that want to process a swap graph event.


Method Summary
 void swapGraph(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)
          Swaps the current graph for the specified graph.
 

Method Detail

swapGraph

void swapGraph(ConceptGraph<TermNode> graph,
               anl.aida.util.DateRange range)
Swaps the current graph for the specified graph.

Parameters:
graph - the new graph
range - the date range the graph represents