org.pf.util
Class AAssociationProcessor<K,V>

java.lang.Object
  extended by org.pf.util.AAssociationProcessor<K,V>
All Implemented Interfaces:
IObjectProcessor<Association<K,V>>

public abstract class AAssociationProcessor<K,V>
extends java.lang.Object
implements IObjectProcessor<Association<K,V>>

Specialized abstract processor for Association objects. Subclasses must override only method.
public boolean processObject( Association association )

Version:
2.0
Author:
M.Duchrow

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

AAssociationProcessor

public AAssociationProcessor()
Initialize the new instance with default values.

Method Detail

processObject

public abstract boolean processObject(Association<K,V> association)
Will be called for an association to do something with it.

Specified by:
processObject in interface IObjectProcessor<Association<K,V>>
Parameters:
association - The association to process
Returns:
true if processing should continue, otherwise false