Пример #1
0
 /**
  * Sets a callback that the compiler will use to determine whether
  * to queue a particular cell for compilation.
  *
  * @param selector
  *      Selector callback
  */
 public void setCellSelector(CellSelector _selector)
 {
     cell_selector = _selector;
 }
Пример #2
0
 /**
  * Sets a callback that the compiler will use to determine whether
  * to queue a particular cell for compilation.
  *
  * @param selector
  *      Selector callback
  */
 public void setCellSelector(CellSelector _selector)
 {
     cell_selector = _selector;
 }