- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.emf.transaction.ResourceSetListener, org.eclipse.emf.transaction.ResourceSetListener.Internal
public class ResourceListener
extends org.polarsys.chess.core.resourcelistener.ResourceSetListenerExtra
The listener interface for receiving resource events.
The class that is interested in processing a resource
event implements this interface, and the object created
with that class is registered with a component using the
component's addResourceListener method. When
the resource event occurs, that object's appropriate
method is invoked.
- See Also:
ResourceEvent