T
- The type of object consumed by the callback.@FunctionalInterface public interface Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
execute(T object) |
void execute(T object)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.