Remove System.out.println from RevWalkFilterTest
[jgit.git] / org.spearce.egit.ui / src / org / spearce / egit / ui / internal / components / SelectionChangeListener.java
blobbde1d21c3c7baa1de8b5f2e83d6e435cd2a6c2fc
1 /*******************************************************************************
2 * Copyright (C) 2008, Marek Zawirski <marek.zawirski@gmail.com>
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * See LICENSE for the full license text, also available.
7 *******************************************************************************/
8 package org.spearce.egit.ui.internal.components;
10 /**
11 * General interface for receivers of selection-changed notifications from
12 * various components.
14 public interface SelectionChangeListener {
15 /**
16 * Called when selection in calling component has changed.
18 public void selectionChanged();