d4e8b6636d86230a6cd815ecb22e4179f7f04dc2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomXmlEventType.java
1 /*******************************************************************************
2 * Copyright (c) 2010 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 * Patrick Tasse - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.linuxtools.internal.tmf.ui.parsers.custom;
14
15 public class CustomXmlEventType extends CustomEventType {
16
17 public CustomXmlEventType(CustomXmlTraceDefinition definition) {
18 super(definition);
19 }
20
21 }
This page took 0.034064 seconds and 4 git commands to generate.