charva.awt.event

Interface ScrollListener

All Superinterfaces:
EventListener
Known Implementing Classes:
JScrollPane

public interface ScrollListener
extends EventListener

The listener interface for receiving ScrollEvents.

Method Summary

void
scroll(ScrollEvent e_)

Method Details

scroll

public void scroll(ScrollEvent e_)