FileDocCategorySizeDatePackage
Guard.javaAPI DocAndroid 1.5 API1501Wed May 06 22:41:06 BST 2009java.security

Guard

public interface Guard
{@code Guard} implementors protect access to other objects.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidcheckGuard(java.lang.Object object)
Checks whether access to the specified {@code Object} should be granted. This method returns silently if access is granted, otherwise a {@code SecurityException} is thrown.

param
object the object to be protected by this {@code Guard}.
throws
SecurityException if access is not granted.
since
Android 1.0