|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omegahat.Simulation.RandomGenerators.NotifyingPRNG
Field Summary | |
protected java.util.Vector |
listeners
|
Constructor Summary | |
NotifyingPRNG()
|
Method Summary | |
int |
addListener(PRNGAdministratorListener l)
|
java.util.Vector |
listeners()
|
java.util.Vector |
listeners(java.util.Vector v)
|
boolean |
removeListener(PRNGAdministratorListener l)
|
void |
run()
|
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.omegahat.Simulation.RandomGenerators.PRNG |
getDoubleEpsilon, getIntRange, getState, nextDouble, nextDoubleArray, nextInt, nextIntArray |
Field Detail |
protected java.util.Vector listeners
Constructor Detail |
public NotifyingPRNG()
Method Detail |
public int addListener(PRNGAdministratorListener l)
public boolean removeListener(PRNGAdministratorListener l)
public void run()
run
in interface java.lang.Runnable
public java.util.Vector listeners()
public java.util.Vector listeners(java.util.Vector v)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |