Package de.sciss.app

Examples of de.sciss.app.LaterInvocationManager


  public void preferenceChange( PreferenceChangeEvent e )
  {
    if( e.getKey().equals( key )) {
      if( EventManager.DEBUG_EVENTS ) System.err.println( "@menu preferenceChange : "+key+" --> "+e.getNewValue() );
      if( lim == null ) lim = new LaterInvocationManager( this );
      lim.queue( e );
    }
  }
View Full Code Here

TOP

Related Classes of de.sciss.app.LaterInvocationManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.