View Single Post
  #2 (permalink)  
Old 08-07-2007, 06:45 PM
goldhouse goldhouse is offline
Senior Member
 
Join Date: Mar 2007
Posts: 136
goldhouse is on a distinguished road
extend your class from HitCollector and override the collect()
method with following signature.

Code:
public void collect(int id, float score)
Reply With Quote