org.apache.commons.betwixt.io.read
Class ArrayBindAction.ListUpdater

java.lang.Object
  extended byorg.apache.commons.betwixt.io.read.ArrayBindAction.ListUpdater
All Implemented Interfaces:
Updater
Enclosing class:
ArrayBindAction

private static class ArrayBindAction.ListUpdater
extends java.lang.Object
implements Updater

Updates a list by adding the new value


Field Summary
private static ArrayBindAction.ListUpdater INSTANCE
          Singleton
 
Constructor Summary
private ArrayBindAction.ListUpdater()
           
 
Method Summary
 void update(Context context, java.lang.Object newValue)
          Update by adding the new value to the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

private static final ArrayBindAction.ListUpdater INSTANCE
Singleton

Constructor Detail

ArrayBindAction.ListUpdater

private ArrayBindAction.ListUpdater()
Method Detail

update

public void update(Context context,
                   java.lang.Object newValue)
Update by adding the new value to the list

Specified by:
update in interface Updater
Parameters:
context - update the bean in this Context
newValue - set value to this Object