Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » notification » [javadoc | source]
org.apache.cocoon.components.notification
public interface: NotifyingBuilder [javadoc | source]

All Implemented Interfaces:
    org.apache.avalon.framework.component.Component

All Known Implementing Classes:
    DefaultNotifyingBuilder

Generates an Notifying representation of widely used objects.
Field Summary
 String ROLE    The role implemented by a NotifyingBuilder
Method from org.apache.cocoon.components.notification.NotifyingBuilder Summary:
build,   build
Method from org.apache.cocoon.components.notification.NotifyingBuilder Detail:
 public Notifying build(Object sender,
    Object o)
    Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal.
 public 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.