|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Observers (i.e. listeners) in the directory system.
Class Specifications |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Model Field Summary | |
[instance] JMLDataGroup |
obsState
The state of this observer. |
Method Summary | |
void |
addNotification(Directory o,
String n)
Receive a notification that a given name is being added to the given directory. |
void |
removeNotification(Directory o,
String n)
Receive a notification that a given name is being removed from the given directory. |
Model Field Detail |
public JMLDataGroup obsState
Method Detail |
public void addNotification(Directory o, String n)
public void removeNotification(Directory o, String n)
|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |