Exemplo n.º 1
0
 protected void stopListening() {
   dynL.stopListening();
   listening = false;
 }
Exemplo n.º 2
0
 protected void startListening() {
   dynL.startListening();
   listening = true;
 }