Package freenet.io

Examples of freenet.io.AddressTrackerItem$Gap


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setGap(GAP newGap) {
    GAP oldGap = gap;
    gap = newGap == null ? GAP_EDEFAULT : newGap;
    boolean oldGapESet = gapESet;
    gapESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.DELIMITER_TYPE__GAP, oldGap, gap, !oldGapESet));
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetGap() {
    GAP oldGap = gap;
    boolean oldGapESet = gapESet;
    gap = GAP_EDEFAULT;
    gapESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.DELIMITER_TYPE__GAP, oldGap, GAP_EDEFAULT, oldGapESet));
View Full Code Here

TOP

Related Classes of freenet.io.AddressTrackerItem$Gap

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.