com.bea.p13n.events
Interface EventConstants

All Known Implementing Classes:
AddToCartEvent, BuyEvent, CampaignUserActivityEvent, ClickCampaignEvent, ClickContentEvent, ClickEvent, ClickProductEvent, ContentEvent, ContentUsageEvent, DisplayCampaignEvent, DisplayContentEvent, DisplayProductEvent, Event, PurchaseCartEvent, RemoveFromCartEvent, RuleEvent, SearchEvent, SessionBeginEvent, SessionEndEvent, SessionLoginEvent, ShoppingEvent, 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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.