|
Common DOM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.java.browser.dom.DOMService
public abstract class DOMService
Constructor Summary | |
---|---|
DOMService()
An empty constructor is provided. |
Method Summary | |
---|---|
static DOMService |
getService(Object obj)
Returns new instance of a DOMService. |
abstract Object |
invokeAndWait(DOMAction action)
Causes action.run() to be executed synchronously on the DOM action dispatching thread. |
abstract void |
invokeLater(DOMAction action)
Causes action.run() to be executed asynchronously on the DOM action dispatching thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMService()
Method Detail |
---|
public static DOMService getService(Object obj) throws DOMUnsupportedException
obj
- Object to leverage the DOMService
DOMUnsupportedException
public abstract Object invokeAndWait(DOMAction action) throws DOMAccessException
action
- DOMAction.
DOMAccessException
public abstract void invokeLater(DOMAction action)
action
- DOMAction.
|
Common DOM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.