SWT LPEX
v3.0.5

com.ibm.lpex.core
Interface LpexMarkListener


public interface LpexMarkListener

Interface LpexMarkListener can be implemented to listen to mark events. Marks are defined with the set mark editor command.

See Also:
LpexView.addLpexMarkListener(int, com.ibm.lpex.core.LpexMarkListener), LpexView.removeLpexMarkListener(int,LpexMarkListener), LpexView.removeLpexMarkListener(LpexMarkListener)

Method Summary
 void markChanged(LpexView lpexView, int markId)
          This method is invoked when the text associated with a mark has been changed.
 void markDeleted(LpexView lpexView, int markId)
          This method is invoked when all of the text associated with a mark has been deleted.
 

Method Detail

markChanged

public void markChanged(LpexView lpexView,
                        int markId)
This method is invoked when the text associated with a mark has been changed.


markDeleted

public void markDeleted(LpexView lpexView,
                        int markId)
This method is invoked when all of the text associated with a mark has been deleted.


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.