Class Particle.ParamUpdater

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

protected static class Particle.ParamUpdater extends Object implements IObserver
  • Constructor Details

    • ParamUpdater

      public ParamUpdater()
  • Method Details

    • notify

      public void notify(Events event, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      data - The data associated with this event.