JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.sling.scripting.sightly.js.impl.async
Interface UnaryCallback
public interface
UnaryCallback
Unary callback function
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
invoke
(
Object
arg)
Call the callback with one argument
Method Details
invoke
void
invoke
(
Object
arg)
Call the callback with one argument
Parameters:
arg
- the callback argument