Skip navigation links


com.bea.p13n.events
Interface EventConstants

All Known Implementing Classes:
CampaignUserActivityEvent, ClickCampaignEvent, ClickContentEvent, ClickEvent, ContentConfigEvent, ContentCreateEvent, ContentDeleteEvent, ContentEvent, ContentReIndexEvent, ContentUpdateEvent, ContentUsageEvent, DisplayCampaignEvent, DisplayContentEvent, Event, GenericContentEvent, RuleEvent, SearchEvent, SessionBeginEvent, SessionEndEvent, SessionLoginEvent, TrackingEvent, UserRegistrationEvent

public interface EventConstants

Encapsulates constants associated with events. All classes in the event service should use these constants to avoid typos, conflicting names, etc.


Field Summary
static String TYPE_ALL
          If EventListener.getTypes() returns this value, then the handler will dispatch every event to the listener.

 

Field Detail

TYPE_ALL

static final String TYPE_ALL
If EventListener.getTypes() returns this value, then the handler will dispatch every event to the listener.
See Also
Constants Summary

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.