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)
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)
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.