Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.cordova.events.touch
Interface TimerExecutor

All Known Implementing Classes:
GwtTimerExecutor

public interface TimerExecutor

A simple interface to make classes testable that require timed code execution

Author:
Daniel Kurka

Nested Class Summary
static interface TimerExecutor.CodeToRun
           
 
Method Summary
 void execute(TimerExecutor.CodeToRun codeToRun, int time)
           
 

Method Detail

execute

void execute(TimerExecutor.CodeToRun codeToRun,
             int time)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.