public static interface ResourceChangeAdapter.IResourceChangeParticipant
| Modifier and Type | Method and Description | 
|---|---|
| boolean | acceptDelete(Resource r)Whether the participant accepts the delete of the given resource. | 
| Collection<URI> | associatedResourceURIs(Resource r)Provide the resources to (un)delete along with the given resource. | 
| boolean | interestedIn(Resource r)Whether the participant is interested in the given resource. | 
boolean interestedIn(Resource r)
r - The resourcetrue if the participant is interested in (relevant for) the given resource.boolean acceptDelete(Resource r)
r - The resourcetrue if the participant is OK to delete the resource, false
         otherwise, which will block the deletion.Collection<URI> associatedResourceURIs(Resource r)
r - The resource to (un)deletenull but can be empty.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.