Package net.alteiar.documents.map

Examples of net.alteiar.documents.map.MapBean.removeElement()


  }

  public void deleteEffect() {
    MapBean map = (MapBean) CampaignClient.getInstance().getBean(this.getMapId());
    map.removeVetoableChangeListener(this);
    map.removeElement(this.getId());
  }

  public void activation() {
    activate();
    areaOfEffect.setHiddenForPlayer(false);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.