org.netbeans.modules.java.j2seproject/1 1.53.0 46

org.netbeans.modules.java.j2seproject.api
Interface J2SECategoryExtensionProvider.ConfigChangeListener

Enclosing interface:
J2SECategoryExtensionProvider

public static interface J2SECategoryExtensionProvider.ConfigChangeListener

Callback listener for setting properties that are changed by interaction with the component


Method Summary
 void propertiesChanged(Map<String,String> updates)
          Method is called when properties should be updated, null prop value means property will be removed from the property file, only shared properties are updated; properties are not evaluated
 

Method Detail

propertiesChanged

void propertiesChanged(Map<String,String> updates)
Method is called when properties should be updated, null prop value means property will be removed from the property file, only shared properties are updated; properties are not evaluated

Parameters:
updates - map holding updated properties

org.netbeans.modules.java.j2seproject/1 1.53.0 46

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.