|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrackableComponentEventCallback<T>
Extends ComponentEventCallback
with a way to determine if the underlying event has been aborted
due to a some event returning an acceptable, non-null value. The standard implementation of this
is a wrapper around either the traditional or
ajax versions of the ComponentEventResultProcessor
service, i.e., they allow for a navigational result.
Instances of this are made available via the Environmental
annotation.
Method Summary | |
---|---|
boolean |
isAborted()
Returns true if a return value from an event handler method was processed. |
void |
rethrow()
If processing a return value threw an IOException, invoking this method will rethrow it. |
Methods inherited from interface org.apache.tapestry5.ComponentEventCallback |
---|
handleResult |
Method Detail |
---|
boolean isAborted()
void rethrow() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |