com.threerings.crowd.server
Interface OccupantOp


public interface OccupantOp

An operation to be applied to all occupants in a location that may contain occupants, e.g., a PlaceManager.


Method Summary
 void apply(OccupantInfo info)
          Called with the occupant info for each occupant in the location.
 

Method Detail

apply

void apply(OccupantInfo info)
Called with the occupant info for each occupant in the location.