Java 类org.jfree.chart.event.AnnotationChangeListener 实例源码

项目:ccu-historian    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:jfreechart    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:aya-lang    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:populus    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:ECG-Viewer    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:astor    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:group-five    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:manydesigns.cn    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:buffer_bci    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:buffer_bci    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:proyecto-teoria-control-utn-frro    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:Memetic-Algorithm-for-TSP    文件:AbstractAnnotation.java   
/**
 * Notifies all registered listeners that the annotation has changed.
 *
 * @param event  contains information about the event that triggered the
 *               notification.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 * @see #removeChangeListener(AnnotationChangeListener)
 */
protected void notifyListeners(AnnotationChangeEvent event) {

    Object[] listeners = this.listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -= 2) {
        if (listeners[i] == AnnotationChangeListener.class) {
            ((AnnotationChangeListener) listeners[i + 1]).annotationChanged(
                    event);
        }
    }

}
项目:ccu-historian    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:ccu-historian    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:ccu-historian    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:ccu-historian    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:jfreechart    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:jfreechart    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:jfreechart    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:jfreechart    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:aya-lang    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:aya-lang    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:aya-lang    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:aya-lang    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:populus    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:populus    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:populus    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:populus    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:ECG-Viewer    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:ECG-Viewer    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:ECG-Viewer    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:ECG-Viewer    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:astor    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:astor    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:astor    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:astor    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}
项目:group-five    文件:Annotation.java   
/**
 * Registers an object for notification of changes to the annotation.
 *
 * @param listener  the object to register.
 */
public void addChangeListener(AnnotationChangeListener listener);
项目:group-five    文件:Annotation.java   
/**
 * Deregisters an object for notification of changes to the annotation.
 *
 * @param listener  the object to deregister.
 */
public void removeChangeListener(AnnotationChangeListener listener);
项目:group-five    文件:AbstractAnnotation.java   
/**
 * Registers an object to receive notification of changes to the
 * annotation.
 *
 * @param listener  the object to register.
 *
 * @see #removeChangeListener(AnnotationChangeListener)
 */
@Override
public void addChangeListener(AnnotationChangeListener listener) {
    this.listenerList.add(AnnotationChangeListener.class, listener);
}
项目:group-five    文件:AbstractAnnotation.java   
/**
 * Deregisters an object so that it no longer receives notification of
 * changes to the annotation.
 *
 * @param listener  the object to deregister.
 *
 * @see #addChangeListener(AnnotationChangeListener)
 */
@Override
public void removeChangeListener(AnnotationChangeListener listener) {
    this.listenerList.remove(AnnotationChangeListener.class, listener);
}