FileDocCategorySizeDatePackage
TickerLF.javaAPI DocphoneME MR2 API (J2ME)1939Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

TickerLF

public interface TickerLF
Look and Feel interface used by Ticker.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public voidlSetOwner(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.

param
owner the last Displayable this ticker was set to

public voidlSetString(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.

param
str string to be set for the Ticker it is guaranteed to be non-null