net.sf.mmm.util.pojo.path.api
Interface PojoPathRecognizer
- All Known Implementing Classes:
- NoPojoPathRecognizer
public interface PojoPathRecognizer
This is the call-back interface used to recognize Pojos traversed by a
PojoPathNavigator.
- Since:
- 1.1.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
|
Method Summary |
void |
recognize(Object actualPojo,
PojoPath currentPath)
This method is called to recognize the actualPojo. |
recognize
void recognize(Object actualPojo,
PojoPath currentPath)
- This method is called to recognize the
actualPojo. It is
called by the PojoPathNavigator (an PojoPathFunctions) for
each Pojo that has been traversed.
- Parameters:
actualPojo - is the actual Pojo to
recognize.currentPath - is the PojoPath that lead to the
actualPojo.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.