コード例 #1
0
  public void cardUpdated_oobTL() {
    parent = Card.getTL(parent.getId()); // refresh in case markings have changed
    parent.getMarking(); // make sure it's retrieved

    // This would close the drawer (edit drop-down) of ANYBODY who is playing off this card at the
    // moment, losing their work
    // if (drawerComponent.isVisible())
    //  closeDrawer();
  }