Uses of Interface
at.letto.tools.threads.CallInterface
Packages that use CallInterface
-
Uses of CallInterface in at.letto.tools.threads
Classes in at.letto.tools.threads that implement CallInterfaceModifier and TypeClassDescriptionclass
Adapter für das CallInterface um eine anonyme Klasse für die verwendete Methode zu definierenMethods in at.letto.tools.threads with parameters of type CallInterfaceModifier and TypeMethodDescriptionprivate TimerCall.CallResult
TimerCall.callmethod
(CallInterface methode) static TimerCall.CallResult
TimerCall.callMethode
(CallInterface methode, int timeoutms, Object... objects) Methode gegen einen Timer ausführen
Im Debugging-Modus wird der Timeout auf einen extrem hohen Wert gesetzt, damit kein Timeout auftritt!!static TimerCall.CallResult
TimerCall.callMethodeNoDebug
(CallInterface methode, int timeoutms, Object... objects) Methode gegen einen Timer ausführen
Ist timeoutms 0, so wird die Methode ohne Timer ausgeführt