public interface LocalRepoManagerCloseListener extends EventListener
LocalRepoManager is closed.
Important: If registered on a
LocalRepoManager,
this listener is notified when the proxy is closed and when the real backend-instance is closed.
The event's backend property
indicates whether the real backend was closed. If registered on the
LocalRepoManagerFactory,
it is notified only about real backend instances being closed.
| Modifier and Type | Method and Description |
|---|---|
void |
postClose(LocalRepoManagerCloseEvent event) |
void |
preClose(LocalRepoManagerCloseEvent event) |
void preClose(LocalRepoManagerCloseEvent event)
void postClose(LocalRepoManagerCloseEvent event)
Copyright © 2013–2017. All rights reserved.