ds.ov2.util
Class Empty_void_method

java.lang.Object
  extended by ds.ov2.util.Empty_void_method
All Implemented Interfaces:
Void_method

public class Empty_void_method
extends Object
implements Void_method

The empty Void_method. Used for methods steps that specify call nothing because they don't run a method.

CPP Preprocessing
This class uses the following cpp defines: PACKAGE, PUBLIC
Execution Environment:
card
Author:
Hendrik Tews
Version:
$Revision: 1.6 $
Last Commit:
$Date: 2009-03-26 15:51:31 $ by $Author: tews $

Constructor Summary
Empty_void_method()
          Empty constructor.
 
Method Summary
 void method()
          Return immediately.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Empty_void_method

public Empty_void_method()
Empty constructor.

Method Detail

method

public void method()
Return immediately.

Specified by:
method in interface Void_method