org.das2.util.DebugPropertyChangeSupport
PropertyChangeSupport implementation that provides debugging information,
such as toString.
t
firePropertyChange
firePropertyChange( java.beans.PropertyChangeEvent event ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
getPropNames
getPropNames( ) → String
return a list of the explicit properties we are listening to.
Returns:
java.lang.String[]
search for examples
view on GitHub
view source