SandboxListSynchronizer.java :  » IntelliJ » ideamksplugin » org » intellij » vcs » mks » realtime » Java Open Source

Java Open Source » IntelliJ » ideamksplugin 
ideamksplugin » org » intellij » vcs » mks » realtime » SandboxListSynchronizer.java
package org.intellij.vcs.mks.realtime;

import org.jetbrains.annotations.NotNull;

public interface SandboxListSynchronizer extends LongRunningTask {
  void addListener(@NotNull SandboxListListener sandboxListListener);

  void removeListener(@NotNull SandboxListListener sandboxListListener);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.