GraphLab Project

graphlab.platform.core
Interface Listener

All Known Subinterfaces:
Action
All Known Implementing Classes:
AbstractAction, AbstractExtensionAction, ActionGrouper, AddEdge, AddTab, AddVertex, AlgorithmExtensionAction, AtomAnimatorExtensionAction, BendedTrees, BlackBoardWatcher, circular, ClearGraph, ClearSelection, CloseTab, Copy, CopyAsImage, CopyAsMatrix, Cut, DeleteEdge, DeleteSelected, DeleteVertex, DeSelect, DragEdge, EdgeHighlightAction, EdgeSelectEvent, Exceptioner, ExceptionReport, ExitAction, GraphAction, GraphActionExtensionAction, GraphGeneratorExtensionAction, GraphPropertyEditor, GraphReaderExtensionAction, GraphRectRegionSelect, GraphReportExtensionAction, GraphWriterExtensionAction, Help, InvertSelection, LastSelectedStatusAction, LocalSF, MemoryUsageStatusAction, MiddleClickAction, MoveSelected, MoveVertex, NewGraph, Paste, PopupMenuHandler, PreferencesAction, Random, RectangularSelect, RedoAction, ResetGraph, Select, SelectAll, SelectUpdater, ShowAboutDialog, ShowPreview, SimpleAlgorithmAnimator, StatusBarMessage, TestAction, UIActionExtensionAction, UIEventHandler, UndoAction, UndoLogManager, VertexHighlightAction, VertexMoveEvent, VertexSelectEvent, VertexTransformer, VisualizationExtensionAction

public interface Listener

Listener is a kind of listener that the Black board use to notify the action, when their events occurs.

Author:
Azin Azadi

Method Summary
 void keyChanged(java.lang.String key, java.lang.Object value)
          Event occured, Go and call the listeners to do the Job
 

Method Detail

keyChanged

void keyChanged(java.lang.String key,
                java.lang.Object value)
Event occured, Go and call the listeners to do the Job

Parameters:
key -

GraphLab Project