org.fuin.apps4swing
Class AbstractModuleImplIntfListener
java.lang.Object
org.fuin.apps4swing.AbstractModuleImplIntfListener
- All Implemented Interfaces:
- org.fuin.apps4j.base.ModuleImplIntfListener
public abstract class AbstractModuleImplIntfListener
- extends Object
- implements org.fuin.apps4j.base.ModuleImplIntfListener
Basic functionality common for all module interface listener implementations.
|
Method Summary |
protected void |
finished()
Marks the result values as set. |
boolean |
isFinished()
Returns if the result values are set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.fuin.apps4j.base.ModuleImplIntfListener |
failure |
AbstractModuleImplIntfListener
public AbstractModuleImplIntfListener()
isFinished
public final boolean isFinished()
- Returns if the result values are set.
- Returns:
- If the results are available
true else
false.
finished
protected final void finished()
- Marks the result values as set. This should be the last command in a
method.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.