Class UserEvent

java.lang.Object
  extended by UserEvent

public class UserEvent
extends java.lang.Object

Contains information to be sent to a UserListener abount a user movement.


Constructor Summary
UserEvent(User u)
           
 
Method Summary
 User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEvent

public UserEvent(User u)
Method Detail

getUser

public User getUser()