| Revision 1,
447 bytes
checked in by bmcguffin, 9 years ago
(diff) |
|
2017/07/18: Uploaded entire prototype to SVN repo.
|
| Line | |
|---|
| 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 | */ |
|---|
| 6 | package event.editor; |
|---|
| 7 | |
|---|
| 8 | import java.util.Observer; |
|---|
| 9 | import scriptbuilder.structures.events.ScriptEventInterface; |
|---|
| 10 | |
|---|
| 11 | /** |
|---|
| 12 | * |
|---|
| 13 | * @author Bryan McGuffin |
|---|
| 14 | */ |
|---|
| 15 | public interface ScriptEventEditorPanel extends Observer |
|---|
| 16 | { |
|---|
| 17 | |
|---|
| 18 | void getEventObject(ScriptEventInterface sei); |
|---|
| 19 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.