GraphLab Project

Uses of Interface
graphlab.library.event.EventDispatcher

Packages that use EventDispatcher
graphlab.library.algorithms   
graphlab.plugins.algorithmanimator   
graphlab.plugins.algorithmanimator.core   
 

Uses of EventDispatcher in graphlab.library.algorithms
 

Methods in graphlab.library.algorithms that return EventDispatcher
protected  EventDispatcher Algorithm.getDispatcher()
           
 

Methods in graphlab.library.algorithms with parameters of type EventDispatcher
 void AlgorithmInterface.acceptEventDispatcher(EventDispatcher e)
           
 void Algorithm.acceptEventDispatcher(EventDispatcher D)
          Gets a reference to the dispatcher object responsible for dispatching events.
 

Uses of EventDispatcher in graphlab.plugins.algorithmanimator
 

Methods in graphlab.plugins.algorithmanimator with parameters of type EventDispatcher
 void More.acceptEventDispatcher(EventDispatcher e)
           
 

Uses of EventDispatcher in graphlab.plugins.algorithmanimator.core
 

Classes in graphlab.plugins.algorithmanimator.core that implement EventDispatcher
 class AlgorithmAnimator
          Actually the class which animates the algorithms!
 


GraphLab Project