|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Generates an Notifying representation of widely used objects.
| Field Summary | |
static String |
ROLE
The role implemented by a NotifyingBuilder. |
| Method Summary | |
Notifying |
build(Object sender,
Object o)
Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal. |
Notifying |
build(Object sender,
Object o,
String type,
String title,
String source,
String message,
String description,
Map extra)
Builds a Notifying object (SimpleNotifyingObject in this case) that explains a notification. |
| Field Detail |
public static final String ROLE
NotifyingBuilder.
| Method Detail |
public Notifying build(Object sender,
Object o)
sender - who sent this Object.o - the object to use when building the SimpleNotifyingObject
Notifying
public Notifying build(Object sender,
Object o,
String type,
String title,
String source,
String message,
String description,
Map extra)
sender - who sent this Object.o - the object to use when building the SimpleNotifyingObjecttype - see the Notifying apidocstitle - see the Notifying apidocssource - see the Notifying apidocsmessage - see the Notifying apidocsdescription - see the Notifying apidocsextra - see the Notifying apidocs
Notifying
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||