© 2002 BEA Systems, Inc.


com.bea.p13n.tracking.clickthrough
Interface ClickEventValidator

All Known Implementing Classes:
AbstractClickEventValidator

public interface ClickEventValidator


Method Summary
 void validateAndFire(javax.servlet.http.HttpServletRequest req)
          Fires an event by extracting related information from the HttpServletRequest.
 

Method Detail

validateAndFire

public void validateAndFire(javax.servlet.http.HttpServletRequest req)
                     throws InvalidArgumentException
Fires an event by extracting related information from the HttpServletRequest. Expects the caller to handle any invocation errors.

Parameters:
req - The HttpServletRequest.
Throws:
InvalidArgumentException - To signal problems while validating for and firing the event.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved