org.apache.cocoon
Interface Notificable

All Known Implementing Classes:
Notification

public interface Notificable

Interface for Objects that can notify something.

Author:
Nicola Ken Barozzi Aisa

Method Summary
 java.lang.String getDescription()
          Gets the Description attribute of the Notificable object
 java.util.HashMap getExtraDescriptions()
          Gets the ExtraDescriptions attribute of the Notificable object
 java.lang.String getMessage()
          Gets the Message attribute of the Notificable object
 java.lang.String getSender()
          Gets the Sender attribute of the Notificable object
 java.lang.String getSource()
          Gets the Source attribute of the Notificable object
 java.lang.String getTitle()
          Gets the Title attribute of the Notificable object
 java.lang.String getType()
          Gets the Type attribute of the Notificable object
 

Method Detail

getType

public java.lang.String getType()
Gets the Type attribute of the Notificable object

getTitle

public java.lang.String getTitle()
Gets the Title attribute of the Notificable object

getSource

public java.lang.String getSource()
Gets the Source attribute of the Notificable object

getSender

public java.lang.String getSender()
Gets the Sender attribute of the Notificable object

getMessage

public java.lang.String getMessage()
Gets the Message attribute of the Notificable object

getDescription

public java.lang.String getDescription()
Gets the Description attribute of the Notificable object

getExtraDescriptions

public java.util.HashMap getExtraDescriptions()
Gets the ExtraDescriptions attribute of the Notificable object


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.