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