Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
Modifier and Type | Method and Description |
---|---|
void |
ISaveParticipant.doneSaving(ISaveContext context)
Tells this participant that the workspace save operation is now
complete and it is free to go about its normal business.
|
void |
ISaveParticipant.prepareToSave(ISaveContext context)
Tells this participant that the workspace is about to be
saved.
|
void |
ISaveParticipant.rollback(ISaveContext context)
Tells this participant to rollback its important state.
|
void |
ISaveParticipant.saving(ISaveContext context)
Tells this participant to save its important state because
the workspace is being saved, as described in the supplied
save context.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.