|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.edsdev.jconvert.common.CustomConversionImpl
com.edsdev.jconvert.common.CustomConversionCurrency
This class implements the CustomConversionDataInterface and is responsible for gathering custom conversions. In particular, this class will download the latest currency conversions from an external website. Use this class as an example if you want to create your own interface to the application.
Constructor Summary | |
CustomConversionCurrency()
|
Method Summary | |
ConversionType |
getConversions()
This method will do what it needs to do to go out, read, etcetera the information it has to return ConversionType that if fully populated with the custom conversions |
Methods inherited from class com.edsdev.jconvert.common.CustomConversionImpl |
addDataUpdatedListener, fireDataUpdatedEvent, getLastUpdated, getNextPlainData, htmlToUnicode, setLastUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.edsdev.jconvert.common.CustomConversionDataInterface |
addDataUpdatedListener, getLastUpdated |
Constructor Detail |
public CustomConversionCurrency()
Method Detail |
public ConversionType getConversions()
CustomConversionDataInterface
getConversions
in interface CustomConversionDataInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |