ds.ov2.util
Class Action

java.lang.Object
  extended by ds.ov2.util.Action
All Implemented Interfaces:
Runnable

public class Action
extends Object
implements Runnable

An implementation of Runnable to be able to create anonymous inner runnables that implement Runnable.

CPP Preprocessing
no cpp preprocessing needed
Execution Environment:
host
Author:
Hendrik Tews
Version:
$Revision: 1.6 $
Last Commit:
$Date: 2009-03-26 15:51:31 $ by $Author: tews $

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

Constructor Detail

Action

public Action()
Empty constructor.

Method Detail

run

public void run()
The run method. Classes extending this class should override this method because it asserts false.

Specified by:
run in interface Runnable