public class

HtcLSViewConnection

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.HtcLSViewConnection

Summary

Nested Classes
interface HtcLSViewConnection.StateListener  
Public Constructors
HtcLSViewConnection(Context context, int id)
Public Methods
final void register(HtcLSViewConnection.StateListener stateListener)
void setContentView(String part, HtcLSView lsView)
void setShowHint(int flag, String hint)
void setWakeUp(boolean bWakeUp)
final void unReigister()
void updateView()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HtcLSViewConnection (Context context, int id)

Since: API Level 2.2

Public Methods

public final void register (HtcLSViewConnection.StateListener stateListener)

Since: API Level 2.2

public void setContentView (String part, HtcLSView lsView)

Since: API Level 2.2

public void setShowHint (int flag, String hint)

Since: API Level 2.2

public void setWakeUp (boolean bWakeUp)

Since: API Level 2.2

public final void unReigister ()

Since: API Level 2.2

public void updateView ()

Since: API Level 2.2