org.limewire.promotion
Interface PromotionBinderRequestor
- All Known Implementing Classes:
- AbstractPromotionBinderRequestor, PromotionBinderRequestorImpl
public interface PromotionBinderRequestor
Instances of this class make POST requests to the URL given for containers,
and also add the data given in the UserQueryEvent.
request
PromotionBinder request(String url,
long id,
Set<? extends UserQueryEvent> queries)
- The main entry point. This will create a
POST request to
url and include the proper information we want to store.
- Returns:
- the
PromotionBinder created from the url or null if there is not one
Copyright © 2009. All Rights Reserved.