JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
me.melchor9000.net
Interface Callback<Type>
All Known Implementing Classes:
DNSResolver
public interface
Callback<Type>
Abstracts a piece of code that will receive an argument of type
Type
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
call
(
Type
arg)
Executes the block of code with the argument
arg
.
Method Detail
call
void call(
Type
arg)
Executes the block of code with the argument
arg
.
Parameters:
arg
- argument to pass
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method