Uses of Interface
net.sf.juoserver.api.UOObject

Packages that use UOObject
net.sf.juoserver.controller   
net.sf.juoserver.model   
net.sf.juoserver.protocol   
 

Uses of UOObject in net.sf.juoserver.controller
 

Methods in net.sf.juoserver.controller with parameters of type UOObject
static void Intercom.notifyEnteredRange(Mobile enteredMobile, UOObject targetMobile)
          Notifies listeners that a mobile, enteredMobile, has entered another mobile's, targetMobile, range.
 void IntercomListener.onEnteredRange(Mobile entered, UOObject target)
          Receives an update about a mobile, entered, which enters another mobile's, target, range.
 

Uses of UOObject in net.sf.juoserver.model
 

Classes in net.sf.juoserver.model that implement UOObject
 class Container
           
 class Item
           
 class Mobile
           
 

Uses of UOObject in net.sf.juoserver.protocol
 

Classes in net.sf.juoserver.protocol with type parameters of type UOObject
 class MegaClilocResponse<T extends UOObject>
           
 

Methods in net.sf.juoserver.protocol that return UOObject
 UOObject ControllerImpl.getMobile()
           
 

Methods in net.sf.juoserver.protocol with parameters of type UOObject
 void ControllerImpl.onEnteredRange(Mobile entered, UOObject target)
           
 



Copyright © 2010-2012. All Rights Reserved.