Exemplo n.º 1
0
 public void runAction(LNAction action) {
   if (content != null) {
     content.runAction(action);
   }
 }