Examples of AggregatorItemsChangedEvent


Examples of com.agiletec.plugins.jprssaggregator.aps.system.services.aggregator.event.AggregatorItemsChangedEvent

      throw new ApsSystemException("An error occurred in updateSource for the item " + item.getCode(), t);
    }
  }
 
  private void notifyItemsChangedEvent(int code, int operationCode) {
    AggregatorItemsChangedEvent event = new AggregatorItemsChangedEvent();
    event.setItemCode(code);
    event.setOperationCode(operationCode);
    this.notifyEvent(event);
  }
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.