BioLegato 0.7.0 Core API

org.biolegato.core.properties
Interface PropertiesListener

All Known Implementing Classes:
PropertiesCheckbox, PropertiesNumber

public interface PropertiesListener

Handler/listener interface for properties changes. To add a listener call BLProperties.addPropertiesListener().

Author:
Graham Alvare, Brian Fristensky

Method Summary
 void propertiesUpdate(java.lang.String key, java.lang.String value)
          Receives properties update information from BioLegato
 

Method Detail

propertiesUpdate

void propertiesUpdate(java.lang.String key,
                      java.lang.String value)
Receives properties update information from BioLegato

Parameters:
key - the property which changed.
value - the new property value.

BioLegato 0.7.0 Core API

Copyright © 2008-2010 University of Manitoba.