Package com.mucommander.utils

Examples of com.mucommander.utils.Callback


    show(index);
  }

  @Override
  protected void show(final int tabIndex) {
    folderPanel.tryChangeCurrentFolderInternal(getTab(tabIndex).getLocation(), new Callback() {
      public void call() {
        fireActiveTabChanged();
      }
    });
  };
View Full Code Here

TOP

Related Classes of com.mucommander.utils.Callback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.