org.eclipse.emf.edit.provider.INotifyChangedListener Java Examples

The following examples show how to use org.eclipse.emf.edit.provider.INotifyChangedListener. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: IEC62541ItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #2
Source File: SGraphItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #3
Source File: BeansItemProviderAdapterFactory.java    From hybris-commerce-eclipse-plugin with Apache License 2.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #4
Source File: SGenItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #5
Source File: SGenItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #6
Source File: SGraphItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #7
Source File: TypesItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #8
Source File: TypeModelItemProviderAdapterFactory.java    From dsl-devkit with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener(INotifyChangedListener notifyChangedListener)
{
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #9
Source File: TypeModelItemProviderAdapterFactory.java    From dsl-devkit with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener)
{
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #10
Source File: BeansItemProviderAdapterFactory.java    From hybris-commerce-eclipse-plugin with Apache License 2.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #11
Source File: StextItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
 * @generated
 */
 @Override
	public void removeListener(INotifyChangedListener notifyChangedListener)
 {
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #12
Source File: ParserItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #13
Source File: ParserItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #14
Source File: InfrastructureItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #15
Source File: InfrastructureItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #16
Source File: ConfigurationItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #17
Source File: IEC62541ItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #18
Source File: BaseItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.addListener(notifyChangedListener);
}
 
Example #19
Source File: ComponentItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #20
Source File: ArduinoItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #21
Source File: ArduinoItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #22
Source File: DaveItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #23
Source File: DaveItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #24
Source File: TypesItemProviderAdapterFactory.java    From statecharts with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener(INotifyChangedListener notifyChangedListener) {
	changeNotifier.removeListener(notifyChangedListener);
}
 
Example #25
Source File: ParserItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #26
Source File: RecipeItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #27
Source File: RecipeItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #28
Source File: ScriptItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}
 
Example #29
Source File: ScriptItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This adds a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void addListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.addListener ( notifyChangedListener );
}
 
Example #30
Source File: ModbusItemProviderAdapterFactory.java    From neoscada with Eclipse Public License 1.0 2 votes vote down vote up
/**
 * This removes a listener.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void removeListener ( INotifyChangedListener notifyChangedListener )
{
    changeNotifier.removeListener ( notifyChangedListener );
}