*** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@45554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
24
mozilla/java/dom/tests/src/Execution.java
Executable file
24
mozilla/java/dom/tests/src/Execution.java
Executable file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @author Raju Pallath
|
||||
* @version 1.0
|
||||
*
|
||||
* A interface which define the execute method. This interface is
|
||||
* implemented by all Test Classes.
|
||||
*
|
||||
*/
|
||||
|
||||
package org.mozilla.dom.test;
|
||||
|
||||
public interface Execution
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @param targetObj Object instance (Node/Document/....)
|
||||
*
|
||||
* @return Return true or false
|
||||
*
|
||||
*/
|
||||
public boolean execute(Object targetObj);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user