lp.ui
Class EvolpVarWebappHelper.EvolpModelProcessor
java.lang.Object
lp.ui.EvolpVarWebappHelper.EvolpModelProcessor
- All Implemented Interfaces:
- Consumer<EvolutionStableModel>
- Enclosing class:
- EvolpVarWebappHelper
private class EvolpVarWebappHelper.EvolpModelProcessor
- extends Object
- implements Consumer<EvolutionStableModel>
Field Summary |
private int |
n
|
Method Summary |
void |
afterConsuming()
If the consumer is used to process a sequence of instances, this method
should be called after the sequence ends. |
void |
beforeConsuming()
If the consumer is used to process a sequence of instances, this method
should be called before the sequence begins. |
void |
consume(EvolutionStableModel model)
Consume item . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
n
private int n
EvolpVarWebappHelper.EvolpModelProcessor
public EvolpVarWebappHelper.EvolpModelProcessor()
beforeConsuming
public void beforeConsuming()
- Description copied from interface:
Consumer
- If the consumer is used to process a sequence of instances, this method
should be called before the sequence begins.
- Specified by:
beforeConsuming
in interface Consumer<EvolutionStableModel>
afterConsuming
public void afterConsuming()
- Description copied from interface:
Consumer
- If the consumer is used to process a sequence of instances, this method
should be called after the sequence ends.
- Specified by:
afterConsuming
in interface Consumer<EvolutionStableModel>
consume
public void consume(EvolutionStableModel model)
- Description copied from interface:
Consumer
- Consume
item
.
- Specified by:
consume
in interface Consumer<EvolutionStableModel>
- Parameters:
model
- the item to consume