com.threerings.media
Interface ViewTracker


public interface ViewTracker

An interface used by entities that wish to respond to the scrolling of a VirtualMediaPanel.

See Also:
VirtualMediaPanel.addViewTracker(com.threerings.media.ViewTracker)

Method Summary
 void viewLocationDidChange(int dx, int dy)
          Called by a VirtualMediaPanel when it scrolls.
 

Method Detail

viewLocationDidChange

void viewLocationDidChange(int dx,
                           int dy)
Called by a VirtualMediaPanel when it scrolls.