org.wicketstuff.async.components
Interface IRunnableFactory

All Superinterfaces:
Serializable

public interface IRunnableFactory
extends Serializable

Implementing classes can supply Runnable instances to a ProgressButton.


Method Summary
 Runnable getRunnable()
          Returns the runnable to be processed by a ProgressButton.
 

Method Detail

getRunnable

Runnable getRunnable()
Returns the runnable to be processed by a ProgressButton.

Returns:
The runnable instance to be processed.


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