JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.net4j.util
Interface Handler<T>
@Deprecated
public interface
Handler<T>
Deprecated.
As of 3.10 use
Consumer
.
Since:
3.9
Author:
Eike Stepper
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
void
handle
(
T
object)
Deprecated.
Method Details
handle
void
handle
(
T
object)
Deprecated.
Consumer
.