Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.notifications
Interface NotificationEventFactory

All Known Implementing Classes:
NotificationEventFactoryImpl

public interface NotificationEventFactory


Method Summary
 NotificationEvent createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 

Method Detail

createNotificationEvent

NotificationEvent createNotificationEvent(long timestamp,
                                          String type,
                                          JSONObject payloadJSONObject)

Liferay 6.1.2-ce-ga3