public class MarqueeDeviceServer
extends java.lang.Object
MarqueeServer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
Constructor and Description |
---|
MarqueeDeviceServer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue(DataSource theServer)
This method will find the string associated with a dataSource,
rotate it one character and return the value.
|
void |
registerString(java.lang.String newValue,
DataSource newServer)
This method is called by a MarqueeServer to initially store
the string.
|
boolean |
serverAttached(DataSource aServer)
Return true if the server has been attached to a MarqueeServer already.
|
public static final java.lang.String cvsRev
public java.lang.String getStringValue(DataSource theServer)
theServer
- the Marquee Serverpublic void registerString(java.lang.String newValue, DataSource newServer)
newValue
- the new valuenewServer
- the new marquee serverpublic boolean serverAttached(DataSource aServer)
aServer
- a Marquee ServerCopyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.