Ejemplo n.º 1
0
 /**
  * The <code>endTransmit</code> method shutdowns the transmitter and ends the transmission
  * calling the <code>transmission.end</code> method
  */
 public final void endTransmit() {
   if (activated) {
     shutdown = true;
     transmission.end();
   }
 }