LPEX
3.6.5

com.ibm.lpex.core
Interface StatusLineListener


public interface StatusLineListener

Interface StatusLineListener can be implemented to listen to changes in the status line information of an LPEX window.

See Also:
StatusLineManager.addListener(com.ibm.lpex.core.StatusLineListener), StatusLineManager.removeListener(com.ibm.lpex.core.StatusLineListener)

Method Summary
 void browseMode(String browseMode)
           
 void changes(int changes)
           
 void column(int column)
           
 void info(String info)
           
 void inputMode(String inputMode)
           
 void line(int line)
           
 

Method Detail

line

void line(int line)

column

void column(int column)

inputMode

void inputMode(String inputMode)

changes

void changes(int changes)

browseMode

void browseMode(String browseMode)

info

void info(String info)

LPEX
3.6.5

Copyright © 2012 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.