public class RefreshQueueImpl extends RefreshQueue implements Disposable
Disposable.Parent
Constructor and Description |
---|
RefreshQueueImpl() |
Modifier and Type | Method and Description |
---|---|
void |
cancelSession(long id) |
RefreshSession |
createSession(boolean async,
boolean recursively,
java.lang.Runnable finishRunnable,
ModalityState state) |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
execute(com.intellij.openapi.vfs.newvfs.RefreshSessionImpl session) |
static boolean |
isRefreshInProgress() |
void |
processSingleEvent(VFileEvent event) |
createSession, getInstance, refresh, refresh, refresh, refresh
public void execute(com.intellij.openapi.vfs.newvfs.RefreshSessionImpl session)
public void cancelSession(long id)
cancelSession
in class RefreshQueue
public RefreshSession createSession(boolean async, boolean recursively, java.lang.Runnable finishRunnable, ModalityState state)
createSession
in class RefreshQueue
public void processSingleEvent(VFileEvent event)
processSingleEvent
in class RefreshQueue
public static boolean isRefreshInProgress()
public void dispose()
Disposable
dispose
in interface Disposable