Package com.webmethods.portal.event
Interface IPortalNotificationEvent
public interface IPortalNotificationEvent
Base interface for all portal thing based events.
This event interface encapsulated the standard information of events related to
Thing
. Although not all thing related events need to implement
this interface, any event that need to be processed by the subscription/notification
service must be derived from this interface.
Copyright (c) 2002-2003 webMethods, Inc.
-
Method Summary
-
Method Details
-
getSubject
Locale specific notification Subject value- Parameters:
locale
-- Returns:
-
getBody
Locale specific notification body value- Parameters:
locale
-- Returns:
-