Package org.eclipse.net4j.util
Interface Handler<T>
- 
 @Deprecated public interface Handler<T>Deprecated.As of 3.10 useConsumer.- Since:
- 3.9
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhandle(T object)Deprecated.
 
- 
- 
- 
Method Detail- 
handlevoid handle(T object) Deprecated.
 
- 
 
-