Uses of Class
jakarta.portlet.PortletAsyncEvent
-
Packages that use PortletAsyncEvent Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0. -
-
Uses of PortletAsyncEvent in jakarta.portlet
Methods in jakarta.portlet with parameters of type PortletAsyncEvent Modifier and Type Method Description voidPortletAsyncListener. onComplete(PortletAsyncEvent evt)Notifies thisPortletAsyncListenerthat an asynchronous operation has been completed.voidPortletAsyncListener. onError(PortletAsyncEvent evt)Notifies thisPortletAsyncListenerthat an asynchronous operation has failed to complete.voidPortletAsyncListener. onStartAsync(PortletAsyncEvent evt)Notifies thisPortletAsyncListenerthat a new asynchronous cycle is being initiated via a call to one of theResourceRequest#startAsync methods.voidPortletAsyncListener. onTimeout(PortletAsyncEvent evt)Notifies thisPortletAsyncListenerthat an asynchronous operation has timed out.
-