Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ParamUpdater

        public ParamUpdater()
    • Method Detail

      • notify

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