Package de.iritgo.aktario.framework.base.action

Examples of de.iritgo.aktario.framework.base.action.CommandAction


      {
        Properties props = new Properties();

        props.put("akteraQuery", query.getUniqueId());

        ActionTools.sendToClient(iritgoUser.getName(), new CommandAction("aktario-journal.RefreshJournalPane",
                props));
      }
    }
  }
View Full Code Here

TOP

Related Classes of de.iritgo.aktario.framework.base.action.CommandAction

Copyright © 2018 www.massapicom. 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.