Package jmri.jmrit.vsdecoder
Class VSDManagerEvent
- java.lang.Object
-
- java.util.EventObject
-
- jmri.jmrit.vsdecoder.VSDManagerEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class VSDManagerEvent extends java.util.EventObject
Process Manager Events.
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VSDManagerEvent.EventType
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Object
data
(package private) VSDManagerEvent.EventType
type
-
Constructor Summary
Constructors Constructor Description VSDManagerEvent(VSDecoderManager source)
VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t)
VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t, java.lang.Object d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getData()
VSDManagerEvent.EventType
getType()
void
setType(VSDManagerEvent.EventType t)
-
-
-
Field Detail
-
data
java.lang.Object data
-
-
Constructor Detail
-
VSDManagerEvent
public VSDManagerEvent(VSDecoderManager source)
-
VSDManagerEvent
public VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t)
-
VSDManagerEvent
public VSDManagerEvent(VSDecoderManager source, VSDManagerEvent.EventType t, java.lang.Object d)
-
-
Method Detail
-
setType
public void setType(VSDManagerEvent.EventType t)
-
getType
public VSDManagerEvent.EventType getType()
-
getData
public java.lang.Object getData()
-
-