Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.plugin.swingnotify
Class SwingNotifyPlugin.DialogWorker  view SwingNotifyPlugin.DialogWorker download SwingNotifyPlugin.DialogWorker.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.altara.util.Worker
          extended byorg.altara.mars.plugin.swingnotify.SwingNotifyPlugin.DialogWorker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SwingNotifyPlugin

private class SwingNotifyPlugin.DialogWorker
extends org.altara.util.Worker


Field Summary
private  org.altara.util.Queue sceQ
           
 
Fields inherited from class org.altara.util.Worker
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
private SwingNotifyPlugin.DialogWorker()
           
 
Method Summary
 void addEvent(org.altara.mars.engine.StatusChangeEvent sce)
           
 void work()
           
 
Methods inherited from class org.altara.util.Worker
kill, lull, run, start, startAsleep, wake, workException, workExit
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sceQ

private org.altara.util.Queue sceQ
Constructor Detail

SwingNotifyPlugin.DialogWorker

private SwingNotifyPlugin.DialogWorker()
Method Detail

work

public void work()
          throws java.lang.InterruptedException

addEvent

public void addEvent(org.altara.mars.engine.StatusChangeEvent sce)