com.threerings.presents.data
Class Permission

java.lang.Object
  extended by com.threerings.presents.data.Permission

public class Permission
extends Object

A value class used by ClientObject.checkAccess(Permission) to do fine-grained access control.


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

Constructor Detail

Permission

public Permission()