public static class RepoEngine.Request extends Object
Constructor and Description |
---|
Request(RepoEngine.RequestType requestType,
RepoEngine.RequestCallback callback) |
Modifier and Type | Method and Description |
---|---|
RepoEngine.RequestCallback |
getCallback() |
RepoEngine.RequestType |
getRequestType() |
void |
setRequestType(RepoEngine.RequestType requestType) |
public Request(RepoEngine.RequestType requestType, RepoEngine.RequestCallback callback)
requestType
- type of request (cannot be null
)callback
- callback for execution after change of engine state (can be null
)public RepoEngine.RequestType getRequestType()
public void setRequestType(RepoEngine.RequestType requestType)
public RepoEngine.RequestCallback getCallback()
Copyright © 2013–2019. All rights reserved.