Examples of NewMacroEvent


Examples of com.subgraph.vega.api.model.macros.NewMacroEvent

  }

  @Override
  public void store(IHttpMacro macro) {
    database.store(macro);
    changeEventManager.fireEvent(new NewMacroEvent(macro));
  }
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.