Example #1
0
 public void stop()
 {
     if (m_consumer != null && m_consumer.isRunning())
     {
         m_consumer.stop();
     }
 }