Examples of preferencesEventOccured()


Examples of org.eclipse.php.internal.core.preferences.IPreferencesPropagatorListener.preferencesEventOccured()

  public void preferencesEventOccured(PreferencesPropagatorEvent event) {
    IPreferencesPropagatorListener l = (IPreferencesPropagatorListener) this
        .get();
    if (l != null) {
      l.preferencesEventOccured(event);
    } else {
      removeRedundantReference(this);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.