org.netbeans.spi.project.support.ant
public interface PropertyProvider
This interface defines no independent thread safety, but in typical usage it will be used with the project manager mutex. Changes should be fired synchronously.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l)
Add a change listener.
|
Map<String,String> |
getProperties()
Get all defined properties.
|
void |
removeChangeListener(ChangeListener l)
Remove a change listener.
|
Map<String,String> getProperties()
void addChangeListener(ChangeListener l)
l
- a listener to addvoid removeChangeListener(ChangeListener l)
l
- a listener to removeBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.