T
- The options class which is being implemented.public interface SpaceOptions<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getClosure() |
ResultHandler |
getResultHandler() |
T |
setClosure(java.lang.Object closure) |
T |
setResultHandler(ResultHandler handler) |
T setResultHandler(ResultHandler handler)
T setClosure(java.lang.Object closure)
ResultHandler getResultHandler()
java.lang.Object getClosure()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.