com.notuvy.singleapp
Class DummyWebBrowser

java.lang.Object
  extended by com.notuvy.singleapp.DummyWebBrowser
All Implemented Interfaces:
Runnable

public class DummyWebBrowser
extends Object
implements Runnable

An example of the Deferal pattern.

Author:
murali

Constructor Summary
DummyWebBrowser(String pInitialUrl)
           
 
Method Summary
static void main(String[] args)
           
 void openURL(String pUrl)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyWebBrowser

public DummyWebBrowser(String pInitialUrl)
Method Detail

openURL

public void openURL(String pUrl)

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.