|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParticleBoxListener | |
|---|---|
| org.miv.pherd | |
| Uses of ParticleBoxListener in org.miv.pherd |
|---|
| Classes in org.miv.pherd that implement ParticleBoxListener | |
|---|---|
class |
ParticleBoxListenerProxy
Helper class that allows to listen at a particle box across thread boundaries. |
static class |
ParticleBoxRunner.ParticleBoxListenerAdaptater
Deprecated. This class can listen at the events sent by a particle box and send them to an arbitrary (and eventually remote) message box. |
| Fields in org.miv.pherd with type parameters of type ParticleBoxListener | |
|---|---|
protected ArrayList<ParticleBoxListener> |
ParticleBox.listeners
Set of listeners. |
protected ArrayList<ParticleBoxListener> |
ParticleBoxListenerProxy.listeners
The listeners in another thread than this one. |
| Methods in org.miv.pherd with parameters of type ParticleBoxListener | |
|---|---|
void |
ParticleBox.addParticleBoxListener(ParticleBoxListener listener)
Add a listener for all events coming from the particle box: when a particle is added, removed or moved and for each time step. |
void |
ParticleBoxListenerProxy.addParticleBoxListener(ParticleBoxListener listener)
Add a listener to the events of the input particle box. |
void |
ParticleBox.removeParticleBoxListener(ParticleBoxListener listener)
Remove a listener from the particle box. |
void |
ParticleBoxListenerProxy.removeParticleBoxListener(ParticleBoxListener listener)
Remove a listener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||