Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletAsyncListener.onComplete(PortletAsyncEvent evt)
Notifies this
PortletAsyncListener that an asynchronous operation
has been completed. |
void |
PortletAsyncListener.onError(PortletAsyncEvent evt)
Notifies this
PortletAsyncListener that an asynchronous
operation has failed to complete. |
void |
PortletAsyncListener.onStartAsync(PortletAsyncEvent evt)
Notifies this
PortletAsyncListener that a new asynchronous cycle is
being initiated via a call to one of the ResourceRequest #startAsync
methods. |
void |
PortletAsyncListener.onTimeout(PortletAsyncEvent evt)
Notifies this
PortletAsyncListener that an asynchronous operation
has timed out. |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.