public interface IResourceListener
| Modifier and Type | Field and Description |
|---|---|
static int |
LOAD |
static int |
REMOVE |
static int |
SAVE |
static int |
UNLOAD |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyChanged(int aiEvent,
org.eclipse.emf.ecore.resource.Resource aResource)
This method is invoked whenever a resource-level event occurs.
|
static final int LOAD
static final int UNLOAD
static final int SAVE
static final int REMOVE
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.