|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.tracking.listeners.BehaviorTrackingListener
EventListener to handle all behavior tracking events. Events are persisted to the database. This class should be added to the property eventService.listeners in order to enable behavior tracking.
Constructor Summary | |
BehaviorTrackingListener()
Construct an instance of the listener and populate the eventTypes array with the event types that this listener will listen for. |
Method Summary | |
java.lang.String[] |
getTypes()
|
void |
handleEvent(Event theEvent)
Handle the event. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BehaviorTrackingListener()
Method Detail |
public java.lang.String[] getTypes()
public void handleEvent(Event theEvent)
theEvent
- subclass of TrackingEvent to be written to the database
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |