public class PageSettingsAsync extends PageSettings
The settings for the ImapClient.BeginListMessagesByPage async method.
Constructor and Description |
---|
PageSettingsAsync()
Initializes a new instance of the PageSettingsAsync class.
|
Modifier and Type | Method and Description |
---|---|
AsyncCallback |
getCallback()
References a method to be called when a corresponding asynchronous operation completes.
|
Object |
getState()
The state.
|
void |
setCallback(AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
|
void |
setState(Object value)
The state.
|
getAscendingSorting, getConnection, getFolderName, getIgnoreExceptions, setAscendingSorting, setConnection, setFolderName, setIgnoreExceptions
public PageSettingsAsync()
Initializes a new instance of the PageSettingsAsync class.
public final AsyncCallback getCallback()
References a method to be called when a corresponding asynchronous operation completes.
public final void setCallback(AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
public final Object getState()
The state.
public final void setState(Object value)
The state.