org.ka2ddo.yaac.io
Class Transmitter.Close

java.lang.Object
  extended by org.ka2ddo.yaac.io.Transmitter.Close
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Transmitter

public static class Transmitter.Close
extends java.lang.Object
implements java.lang.Runnable

Class to shut down the Transmitter.


Constructor Summary
Transmitter.Close()
           
 
Method Summary
 void run()
          Thread body to shut down the Transmitter's processing loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transmitter.Close

public Transmitter.Close()
Method Detail

run

public void run()
Thread body to shut down the Transmitter's processing loop.

Specified by:
run in interface java.lang.Runnable