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

    Modifier and Type
    Method
    Description
    getBody(Locale locale)
    Locale specific notification body value
    Locale specific notification Subject value
  • Method Details

    • getSubject

      String getSubject(Locale locale)
      Locale specific notification Subject value
      Parameters:
      locale -
      Returns:
    • getBody

      String getBody(Locale locale)
      Locale specific notification body value
      Parameters:
      locale -
      Returns: