|
|||||||||
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 java.lang.String |
ROLE
The role implemented by a NotifyingBuilder . |
Method Summary | |
Notifying |
build(java.lang.Object sender,
java.lang.Object o)
Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal. |
Notifying |
build(java.lang.Object sender,
java.lang.Object o,
java.lang.String type,
java.lang.String title,
java.lang.String source,
java.lang.String message,
java.lang.String description,
java.util.Map extra)
Builds a Notifying object (SimpleNotifyingObject in this case) that explains a notification. |
Field Detail |
public static final java.lang.String ROLE
NotifyingBuilder
.
Method Detail |
public Notifying build(java.lang.Object sender, java.lang.Object o)
sender
- who sent this Object.o
- the object to use when building the SimpleNotifyingObject
Notifying
public Notifying build(java.lang.Object sender, java.lang.Object o, java.lang.String type, java.lang.String title, java.lang.String source, java.lang.String message, java.lang.String description, java.util.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 |