TickerLFpublic interface TickerLF Look and Feel interface used by Ticker.
See Naming Conventions
for information about method naming conventions. |
Methods Summary |
---|
public void | lSetOwner(DisplayableLF owner)Allows TickerLFImpl to have access to DisplayableLFImpl and vice versa.
This is
needed for implementations where the ticker is operated through the
Displayable directly.
| public void | lSetString(java.lang.String str)Notifies TickerLF implementation class of a new ticker string set.
If this ticker is active
and is on the display, it immediately begins showing the new string.
|
|