org.wicketstuff.async.task
Interface ITaskManagerHook

All Known Implementing Classes:
DefaultTaskManagerHook

public interface ITaskManagerHook

A hook into a manager instance. Allows a better reuse of AbstractTaskContainer.


Method Summary
 Future<?> getFuture()
           
 String getId()
           
 Runnable getRunnable()
           
 void submit(Runnable runnable, boolean cancelExistent)
           
 

Method Detail

getId

String getId()

getFuture

Future<?> getFuture()

getRunnable

Runnable getRunnable()

submit

void submit(Runnable runnable,
            boolean cancelExistent)


Copyright © 2013–2014 Kantega AS. All rights reserved.