クラス MethodWrapperDecoratorDebounced<T>
java.lang.Object
org.wcardinal.util.reflection.MethodWrapperDecorator<T>
org.wcardinal.util.reflection.MethodWrapperDecoratorLocked<T>
org.wcardinal.util.reflection.MethodWrapperDecoratorDebounced<T>
- 直系の既知のサブクラス:
MethodWrapperDecoratorThrottled
-
コンストラクタの概要
コンストラクタコンストラクタ説明MethodWrapperDecoratorDebounced
(MethodWrapper<T> wrapper, long interval, boolean leading, boolean trailing, long maxInterval) MethodWrapperDecoratorDebounced
(MethodWrapper<T> wrapper, Debounced debounced) -
メソッドの概要
修飾子とタイプメソッド説明call
(MethodContainer container, TrackingData trackingData, MethodHook hook, Long requestId, boolean isLocked, Object instance, Object[] parameters) call
(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) void
init
(MethodContainer container) クラスから継承されたメソッド org.wcardinal.util.reflection.MethodWrapperDecoratorLocked
call
クラスから継承されたメソッド org.wcardinal.util.reflection.MethodWrapperDecorator
create
-
コンストラクタの詳細
-
MethodWrapperDecoratorDebounced
-
MethodWrapperDecoratorDebounced
public MethodWrapperDecoratorDebounced(MethodWrapper<T> wrapper, long interval, boolean leading, boolean trailing, long maxInterval)
-
-
メソッドの詳細
-
init
- 定義:
init
クラス内MethodWrapperDecorator<T>
-
call
public MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) - 定義:
call
クラス内MethodWrapperDecorator<T>
-
call
public MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Long requestId, boolean isLocked, Object instance, Object[] parameters)
-