chrriis.dj.nativeswing.swtimpl.components
Class WebBrowserFunction

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.WebBrowserFunction

public abstract class WebBrowserFunction
extends Object

A function that can be registered to a web browser.

Author:
Christopher Deckers

Constructor Summary
WebBrowserFunction(String functionName)
           
 
Method Summary
 String getName()
           
abstract  Object invoke(JWebBrowser webBrowser, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBrowserFunction

public WebBrowserFunction(String functionName)
Method Detail

getName

public String getName()

invoke

public abstract Object invoke(JWebBrowser webBrowser,
                              Object... args)