|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.util.AAssociationProcessor<K,V>
public abstract class AAssociationProcessor<K,V>
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<K,V> association)
Will be called for an association to do something with it. |
| 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<K,V> association)
processObject in interface IObjectProcessor<Association<K,V>>association - The association to process
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||