|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Authorizable
Interface to be implemented by objects whose operations can be authorized or not.
Field Summary | |
---|---|
static String |
AUTHORIZED_PROPERTY
Property notified on change. |
Method Summary | |
---|---|
boolean |
isAuthorized()
Get the authorized state. |
void |
setAuthorized(boolean authorized)
Set the authorized state. |
Field Detail |
---|
static final String AUTHORIZED_PROPERTY
Method Detail |
---|
void setAuthorized(boolean authorized)
authorized
- Pass true
if the object is to be authorizedboolean isAuthorized()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |