Interface UserListener

All Known Implementing Classes:
Canvas

public interface UserListener

An interface for objects that wish to be notified each time the user moves.


Method Summary
 void userMoved(UserEvent e)
           
 

Method Detail

userMoved

void userMoved(UserEvent e)