palmed.edit.selection
Interface ISelectionView

All Known Subinterfaces:
IView
All Known Implementing Classes:
Content, NullView, TextArea, TextBox, Viewport

public interface ISelectionView

This interface defines a means to receive events concerning selection modifications.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void update(Coordinate position)
          Notify the insertion position has changed.
 

Method Detail

update

void update(Coordinate position)
Notify the insertion position has changed.

Parameters:
position - the new position


Copyright © 2004-2006 PalmEd. All Rights Reserved.