T
- public abstract class ParamInvokeable<T> extends ParamRunnable<T>
prepared
Constructor | Description |
---|---|
ParamInvokeable() |
Modifier and Type | Method | Description |
---|---|---|
void |
call(T param) |
Synchronously executes this Invokeable
|
Runnable |
prepare(T param) |
Deprecated.
if calling a ParamInvokeable directly the call(T) method should be used; this method is for maintaining full
backwards compatibility with ParamRunnable
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
@Deprecated public final Runnable prepare(T param)
prepare
in class ParamRunnable<T>
ParamRunnable.prepare(java.lang.Object)
public final void call(T param)
param
- Copyright © 2018. All rights reserved.