com.timjohnstondev.unitconverter.view.listener
Interface FactorChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
UnitConverter

public interface FactorChangeListener
extends EventListener

The listener interface for receiving FactorChangeEvents. The class that is interested in processing an action event implements this interface, and the object created with that class is registered with a component, using the component's addFactorChangeListener method. When the factor change occurs, that object's factorChanged method is invoked.


Method Summary
 void factorChanged(FactorChangeEvent event)
          Invoked when an factor change occurs.
 

Method Detail

factorChanged

void factorChanged(FactorChangeEvent event)
Invoked when an factor change occurs.

Parameters:
event - the event


Copyright © 2009 Tim Johnston Development, LLC. All Rights Reserved.