Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.factory
Class FactoryResponseAdapter  view FactoryResponseAdapter download FactoryResponseAdapter.java

java.lang.Object
  extended bycom.trapezium.factory.FactoryResponseAdapter
All Implemented Interfaces:
FactoryResponseListener

public class FactoryResponseAdapter
extends java.lang.Object
implements FactoryResponseListener

Adapter class for FactoryResponseListener interface.


Constructor Summary
FactoryResponseAdapter()
           
 
Method Summary
 void done(FactoryData result)
           
 void setAction(java.lang.String action)
           
 void setFactoryData(FactoryData fd)
           
 void setLinePercent(int n)
           
 void setNumberOfLines(int n)
           
 void setPolygonCount(int n)
           
 void setText(java.lang.String text)
           
 void update(FactoryData result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryResponseAdapter

public FactoryResponseAdapter()
Method Detail

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