Warning: Can't use blame annotator:
svn blame failed on trunk/src/event/editor/ScriptEventEditorPanel.java: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/event/editor/ScriptEventEditorPanel.java @ 7

Revision 7, 433 bytes checked in by bmcguffin, 9 years ago (diff)

Renamed Interfaces in structures.events package from "*Interface" to "I_*"

RevLine 
1/*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6package event.editor;
7
8import java.util.Observer;
9import scriptbuilder.structures.events.I_ScriptEvent;
10
11/**
12 *
13 * @author Bryan McGuffin
14 */
15public interface ScriptEventEditorPanel extends Observer
16{
17
18    void getEventObject(I_ScriptEvent sei);
19}
Note: See TracBrowser for help on using the repository browser.