Fix for Histogram widget minor display issues.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / distribution / model / IBaseDistributionModel.java
CommitLineData
fbd124dd
BH
1/*******************************************************************************
2 * Copyright (c) 2011 Ericsson
3 *
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
8 *
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
11 *******************************************************************************/
12
13package org.eclipse.linuxtools.lttng.ui.views.distribution.model;
14
15public interface IBaseDistributionModel {
16 /**
17 * Interface to complete the model
18 */
19 public void complete();
20
21 /**
22 * Interface to clear the model
23 */
24 public void clear();
25}
This page took 0.03002 seconds and 5 git commands to generate.