com.threerings.crowd.data
Interface OccupantInfo.Updater<T extends OccupantInfo>

All Known Implementing Classes:
OccupantInfo.NameUpdater
Enclosing class:
OccupantInfo

public static interface OccupantInfo.Updater<T extends OccupantInfo>

Used by PlaceManager.updateOccupantInfo.


Method Summary
 boolean update(T info)
          Make whatever changes are desired to your OccupantInfo here.
 

Method Detail

update

boolean update(T info)
Make whatever changes are desired to your OccupantInfo here.

Returns:
true if the record was modified and should be published, false if no modifications were made (it will not be published).