Package org.openntf.domino.events

Examples of org.openntf.domino.events.GenericDominoEventFactory$GenericDominoEvent


   * @see org.openntf.domino.ext.Session#getEventFactory()
   */
  @Override
  public IDominoEventFactory getEventFactory() {
    if (eventFactory_ == null) {
      eventFactory_ = new GenericDominoEventFactory();
    }
    return eventFactory_;
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.events.GenericDominoEventFactory$GenericDominoEvent

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.