public interface CommandProtocol<T>
Modifier and Type | Method and Description |
---|---|
T |
execute(InternalConnection connection) |
void |
executeAsync(InternalConnection connection,
SingleResultCallback<T> callback) |
CommandProtocol<T> |
sessionContext(SessionContext sessionContext) |
T execute(InternalConnection connection)
void executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
CommandProtocol<T> sessionContext(SessionContext sessionContext)
Copyright © 2010 - 2020 Adobe. All Rights Reserved