Package jnode.event

Examples of jnode.event.NewFileareaEvent


          FileSubscription sub = new FileSubscription();
          sub.setArea(ret);
          sub.setLink(link);
          ORMManager.get(FileSubscription.class).save(sub);
        }
        Notifier.INSTANSE.notify(new NewFileareaEvent(name, link));
      }
    } else {
      if (link != null
          && ORMManager.get(FileSubscription.class).getFirstAnd(
              "filearea_id", "=", ret.getId(), "link_id", "=",
View Full Code Here

TOP

Related Classes of jnode.event.NewFileareaEvent

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.