org.oddjob.swing
Class ConfigureBeanJob

java.lang.Object
  extended by org.oddjob.swing.ConfigureBeanJob
All Implemented Interfaces:
Serializable, Runnable, ArooaSessionAware

public class ConfigureBeanJob
extends Object
implements Serializable, Runnable, ArooaSessionAware

See Also:
Serialized Form

Constructor Summary
ConfigureBeanJob()
           
 
Method Summary
 Object getBean()
           
 void run()
           
 void setArooaSession(ArooaSession session)
           
 void setBean(Object bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureBeanJob

public ConfigureBeanJob()
Method Detail

setArooaSession

public void setArooaSession(ArooaSession session)
Specified by:
setArooaSession in interface ArooaSessionAware

run

public void run()
Specified by:
run in interface Runnable

getBean

public Object getBean()

setBean

public void setBean(Object bean)