java.lang.Object
com.trapezium.factory.FactoryResponseAdapter
- All Implemented Interfaces:
- FactoryResponseListener
- public class FactoryResponseAdapter
- extends java.lang.Object
- implements FactoryResponseListener
Adapter class for FactoryResponseListener interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryResponseAdapter
public FactoryResponseAdapter()
done
public void done(FactoryData result)
- Specified by:
done in interface FactoryResponseListener
update
public void update(FactoryData result)
- Specified by:
update in interface FactoryResponseListener
setNumberOfLines
public void setNumberOfLines(int n)
- Specified by:
setNumberOfLines in interface FactoryResponseListener
setPolygonCount
public void setPolygonCount(int n)
- Specified by:
setPolygonCount in interface FactoryResponseListener
setAction
public void setAction(java.lang.String action)
- Specified by:
setAction in interface FactoryResponseListener
setText
public void setText(java.lang.String text)
- Specified by:
setText in interface FactoryResponseListener
setFactoryData
public void setFactoryData(FactoryData fd)
- Specified by:
setFactoryData in interface FactoryResponseListener
setLinePercent
public void setLinePercent(int n)
- Specified by:
setLinePercent in interface FactoryResponseListener