ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / IHistogramModelListener.java
CommitLineData
fbd124dd 1/*******************************************************************************
57a2a5ca
BH
2 * Copyright (c) 2011, 2013 Ericsson
3 *
fbd124dd
BH
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
57a2a5ca 8 *
fbd124dd
BH
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
e0752744 11 * Francois Chouinard - Moved from LTTng to TMF
fbd124dd 12 *******************************************************************************/
e0752744
FC
13
14package org.eclipse.linuxtools.tmf.ui.views.histogram;
fbd124dd
BH
15
16/**
b544077e 17 * Listener interface for receiving histogram data model notifications.
57a2a5ca 18 *
b544077e
BH
19 * @version 1.0
20 * @author Bernd Hufmann
fbd124dd
BH
21 */
22public interface IHistogramModelListener {
23 /**
57a2a5ca 24 * Method to implement to receive notification about model updates.
fbd124dd 25 */
57a2a5ca 26 void modelUpdated();
fbd124dd 27}
This page took 0.054932 seconds and 5 git commands to generate.