Uses of Interface
com.threerings.whirled.zone.client.ZoneObserver

Packages that use ZoneObserver
com.threerings.whirled.zone.client   
 

Uses of ZoneObserver in com.threerings.whirled.zone.client
 

Classes in com.threerings.whirled.zone.client that implement ZoneObserver
 class ZoneAdapter
          The zone adapter makes life easier for a class that really only cares about one or two of the zone observer callbacks and doesn't want to provide empty implementations of the others.
 

Methods in com.threerings.whirled.zone.client with parameters of type ZoneObserver
 void ZoneDirector.addZoneObserver(ZoneObserver observer)
          Adds a zone observer to the list.
 void ZoneDirector.removeZoneObserver(ZoneObserver observer)
          Removes a zone observer from the list.
 



Copyright © 2011. All Rights Reserved.