JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.omnifaces.util
Interface Callback.Void
Enclosing class:
Callback
public static interface
Callback.Void
Use this if you need a void callback.
Author:
Bauke Scholtz
Method Summary
Methods
Modifier and Type
Method and Description
void
invoke
()
This method should be invoked by the method where you're passing this callback instance to.
Method Detail
invoke
void invoke()
This method should be invoked by the method where you're passing this callback instance to.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method