public interface ISaveablesLifecycleListener
ISaveablesSource
.
This service can be acquired from a part's service locator:
ISaveablesLifecycleListener listener = (ISaveablesLifecycleListener) getSite() .getService(ISaveablesLifecycleListener.class);or, in the case of implementers of
ISaveablesSource
that are not a
part, from the workbench:
ISaveablesLifecycleListener listener = (ISaveablesLifecycleListener) workbench .getService(ISaveablesLifecycleListener.class);
Modifier and Type | Method and Description |
---|---|
void |
handleLifecycleEvent(SaveablesLifecycleEvent event)
Handle the given event.
|
void handleLifecycleEvent(SaveablesLifecycleEvent event)
event
-
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.