Class Particle.ParamUpdater

java.lang.Object
gaiasky.scenegraph.Particle.ParamUpdater
All Implemented Interfaces:
IObserver
Enclosing class:
Particle

protected static class Particle.ParamUpdater
extends java.lang.Object
implements IObserver
  • Constructor Summary

    Constructors
    Constructor Description
    ParamUpdater()  
  • Method Summary

    Modifier and Type Method Description
    void notify​(Events event, java.lang.Object... data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParamUpdater

      public ParamUpdater()
  • Method Details

    • notify

      public void notify​(Events event, java.lang.Object... data)
      Specified by:
      notify in interface IObserver