Package net.alteiar.newversion.server.document

Examples of net.alteiar.newversion.server.document.DocumentClient


   * this method is call when a been is added from server
   *
   * @param bean
   */
  protected void documentAdded(BasicBean bean) {
    DocumentClient doc = new DocumentClient(this);
    doc.loadDocument(bean);

    addDocument(doc);
  }
View Full Code Here

TOP

Related Classes of net.alteiar.newversion.server.document.DocumentClient

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.