public interface IPortalNotificationEvent
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.
Modifier and Type | Method and Description |
---|---|
String |
getBody(Locale locale)
Locale specific notification body value
|
String |
getSubject(Locale locale)
Locale specific notification Subject value
|