ca.grimoire.formtree
Interface FormReceiver<T>

Type Parameters:
T - the type of the decoding result.
All Superinterfaces:
FormElementReceiver
All Known Implementing Classes:
ArrayReceiver, CollectionReceiver, ConstructorReceiver, ListReceiver, SetReceiver, StringConstructorReceiver

public interface FormReceiver<T>
extends FormElementReceiver

Callbacks for handling the reconstituted form data.


Method Summary
 T finished()
          Notifies the receiver that form decoding has finished.
 
Methods inherited from interface ca.grimoire.formtree.FormElementReceiver
index, key, values
 

Method Detail

finished

T finished()
Notifies the receiver that form decoding has finished.

Returns:
the result of the form decoding process.


Copyright © 2011 Grimoire Alchymia. All Rights Reserved.