|
||||||||||
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Algorithm()
| Method Detail |
|---|
public void acceptEventDispatcher(EventDispatcher D)
acceptEventDispatcher in interface AlgorithmInterfaceD - Reference to the dispatcher object.public void dispatchEvent(Event ae)
ae to the dispatcher.
ae - The event object to be dispatched.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||