|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.util.AAssociationProcessor
public abstract class AAssociationProcessor
Specialized abstract processor for Association objects.
Subclasses must override only method.
public boolean processObject( Association association )
| Constructor Summary | |
|---|---|
AAssociationProcessor()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
abstract boolean |
processObject(Association association)
Gets called for an association to do something with it. |
boolean |
processObject(java.lang.Object object)
Casts the given object to Association if possible. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AAssociationProcessor()
| Method Detail |
|---|
public abstract boolean processObject(Association association)
association - The association to process
public boolean processObject(java.lang.Object object)
processObject in interface IObjectProcessorobject - The object to be processed (null must be handled)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||