|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Notifiable
Undertakes to respond to notification.
Notifiable is basically an observer, with a slightly stronger
contract in that it promises a 'best efforts' response to notification.
| Method Summary | |
|---|---|
void |
notify(Notice notice)
Respond to the Notice passed. |
| Method Detail |
|---|
void notify(Notice notice)
Notice passed.
When this method is called, the Notifiable should
respond based on
Notice passed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||