IBundleRequest interface

Consists of interface for request bundle.

Syntax

public interface IBundleRequest

Derived classes

Members

All members of IBundleRequest, including inherited members.

Methods
Modifier and Type Method Description
public void addRequest(IRequest) Adds a request to the storage.
public void clearRequests() Cleans out the request storage.
public IRequest[] getRequests() Returns all the requests from the storage.
public void removeRequest(IRequest) Removes the specific request from the storage.