net.sf.jomic
Class Jomic.JomicRunner

java.lang.Object
  extended by net.sf.jomic.Jomic.JomicRunner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Jomic

protected static final class Jomic.JomicRunner
extends java.lang.Object
implements java.lang.Runnable

Runnable to show Jomic while in event-dispatching thread.

Author:
Thomas Aglassinger

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

Constructor Detail

Jomic.JomicRunner

protected Jomic.JomicRunner(Jomic newJomic)
Method Detail

run

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