blob: a8bff9101e8bb6189a40393d18548ae8435f19d9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.epl.combinations;
public interface DynamicListListener<T> {
public void valuesChanged(DynamicList<T> list);
}