|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.apps4swing.AbstractModuleImpl
public abstract class AbstractModuleImpl
Basic functionality common for all module implementations.
| Constructor Summary | |
|---|---|
AbstractModuleImpl()
|
|
| Method Summary | |
|---|---|
org.fuin.apps4j.base.ModuleImplIntf |
getModule()
Returns the real implementation used. |
void |
setModule(org.fuin.apps4j.base.ModuleImplIntf module)
Sets the real implementation used. |
void |
waitForResults(AbstractModuleImplIntfListener listener)
Waits until the listener has received results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractModuleImpl()
| Method Detail |
|---|
public final void waitForResults(AbstractModuleImplIntfListener listener)
listener - Listener to wait for.public final org.fuin.apps4j.base.ModuleImplIntf getModule()
public final void setModule(org.fuin.apps4j.base.ModuleImplIntf module)
module - Actual implementation doing the work.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||