com.cmpware.ide
Class MpModel.Step

java.lang.Object
  extended by com.cmpware.ide.MpModel.Step
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MpModel

 class MpModel.Step
extends java.lang.Object
implements java.lang.Runnable

This inner class is used to step in a Timer, Because this is in a differnt thread, it will have to be run under Display syncExec().


Constructor Summary
MpModel.Step()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpModel.Step

MpModel.Step()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable