|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 | |
String[] |
getTypes()
This method lets the EventListener advertise what types it is interested in. |
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 String[] getTypes()
EventListener
getTypes in interface EventListenerpublic void handleEvent(Event theEvent)
handleEvent in interface EventListenertheEvent - subclass of TrackingEvent to be written to the database
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||