Package jmri.jmrit.vsdecoder.listener
Class VSDListener
- java.lang.Object
-
- jmri.jmrit.vsdecoder.listener.VSDListener
-
public class VSDListener extends java.lang.Object
VSD listener.
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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ListenerSysName
-
Constructor Summary
Constructors Constructor Description VSDListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListeningSpot
getLocation()
java.lang.String
getSystemName()
java.lang.String
getUserName()
void
setLocation(ListeningSpot l)
(package private) void
setSystemName(java.lang.String s)
(package private) void
setUserName(java.lang.String u)
-
-
-
Field Detail
-
ListenerSysName
public static final java.lang.String ListenerSysName
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VSDListener
public VSDListener()
-
-
Method Detail
-
getSystemName
public java.lang.String getSystemName()
-
getUserName
public java.lang.String getUserName()
-
getLocation
public ListeningSpot getLocation()
-
setSystemName
void setSystemName(java.lang.String s)
-
setUserName
void setUserName(java.lang.String u)
-
setLocation
public void setLocation(ListeningSpot l)
-
-