public interface UndoConfigService
Provides undo configuration.
Modifier and Type | Method and Description |
---|---|
<T> T |
getConfig(String name,
Class<T> type)
Returns a config value.
|
void |
writeClientConfig(Writer out)
Writes config data as required by the clientside implementation.
|
<T> T getConfig(String name, Class<T> type)
Returns a config value.
name
- The name of the configtype
- The type of the configvoid writeClientConfig(Writer out) throws IOException
Writes config data as required by the clientside implementation.
out
- The writerIOException
- if the client config could not be written to the client"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"