palmed.edit.view
Interface IScrollView

All Known Implementing Classes:
HorizontalScrollbar, VerticalScrollbar

public interface IScrollView

This interface defines scrolling callbacks.

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

Method Summary
 void scrolled(Coordinate position)
          The content has scrolled to the given position.
 

Method Detail

scrolled

void scrolled(Coordinate position)
The content has scrolled to the given position.

Parameters:
position - the upper-left content position


Copyright © 2004-2006 PalmEd. All Rights Reserved.