Interface EditorDriver<T>

Type Parameters:
T - the type of data returned from flush()
All Known Subinterfaces:
RequestFactoryEditorDriver<P,E>, SimpleBeanEditorDriver<T,E>
All Known Implementing Classes:
MockRequestFactoryEditorDriver, MockSimpleBeanEditorDriver

public interface EditorDriver<T>
Defines common capabilities of editor drivers.

The EditorDriver interface cannot be used with GWT.create() directly. Instead, use one of the specializations of this interface.

See Also: