|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.algorithms.Algorithm
public abstract class Algorithm
Constructor Summary | |
---|---|
Algorithm()
|
Method Summary | |
---|---|
void |
acceptEventDispatcher(EventDispatcher D)
Gets a reference to the dispatcher object responsible for dispatching events. |
void |
dispatchEvent(Event ae)
Sends the event ae to the dispatcher. |
protected EventDispatcher |
getDispatcher()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Algorithm()
Method Detail |
---|
public void acceptEventDispatcher(EventDispatcher D)
acceptEventDispatcher
in interface AlgorithmInterface
D
- Reference to the dispatcher object.public void dispatchEvent(Event ae)
ae
to the dispatcher.
ae
- The event object to be dispatched.protected EventDispatcher getDispatcher()
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |