org.apache.jcs.engine.control.event
Class ElementEventQueue.ElementEventRunner

java.lang.Object
  extended byorg.apache.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
      extended byorg.apache.jcs.engine.control.event.ElementEventQueue.ElementEventRunner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ElementEventQueue

private class ElementEventQueue.ElementEventRunner
extends ElementEventQueue.AbstractElementEventRunner

Author:
asmuts

Field Summary
private  IElementEvent event
           
private  IElementEventHandler hand
           
 
Constructor Summary
(package private) ElementEventQueue.ElementEventRunner(IElementEventHandler hand, IElementEvent event)
          Constructor for the PutEvent object
 
Method Summary
protected  void doRun()
          Description of the Method
 void run()
          Main processing method for the AbstractElementEvent object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hand

private IElementEventHandler hand

event

private IElementEvent event
Constructor Detail

ElementEventQueue.ElementEventRunner

ElementEventQueue.ElementEventRunner(IElementEventHandler hand,
                                     IElementEvent event)
                               throws java.io.IOException
Constructor for the PutEvent object

Throws:
java.io.IOException
Method Detail

doRun

protected void doRun()
              throws java.io.IOException
Description of the Method

Specified by:
doRun in class ElementEventQueue.AbstractElementEventRunner
Throws:
java.io.IOException

run

public void run()
Main processing method for the AbstractElementEvent object

Specified by:
run in interface java.lang.Runnable