Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util.async
Class BackgroundWorker.RunnableWithParams

java.lang.Object
  extended by oracle.adfnmc.util.async.BackgroundWorker.RunnableWithParams
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BackgroundWorker

public static class BackgroundWorker.RunnableWithParams
extends java.lang.Object
implements java.lang.Runnable

This class acts as an adaptor to go from Backgroundable to Runnable

Author:
PARACHAN

Constructor Summary
BackgroundWorker.RunnableWithParams(Backgroundable work, java.lang.Object[] params)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundWorker.RunnableWithParams

public BackgroundWorker.RunnableWithParams(Backgroundable work,
                                           java.lang.Object[] params)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.