| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- PatternParameterValue.Added.Consumer
abstract static public Class PatternParameterValue.Added.Consumer
extends Object
The consumer callback interface for the added state.
| Constructor summary |
|---|
| PatternParameterValue.Added.Consumer() |
| Method summary | |
|---|---|
| void | consume(PatternParameterValue.Added added) A method that is called for each particular added value that is appropriate. |
Constructor detail
Method detail
abstract public void consume(PatternParameterValue.Added added)
A method that is called for each particular added value that is appropriate.
Parameters:
| added | - the added value to consume |