what is a GTSpotterRecorderCategorySelectedEvent?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

what is a GTSpotterRecorderCategorySelectedEvent?

stepharo
A GTSpotterRecorderCategorySelectedEvent  models the action of selecting
a category in the search results. This event stores the name of the
category and the number of results that were matched by the current query.

Instance Variables
     categoryLabel:        <Object>
     elementCount:        <Object>

categoryLabel
     - xxxxx

elementCount
     - xxxxx


Is a category related to class/method?

Stef

Reply | Threaded
Open this post in threaded view
|

Re: what is a GTSpotterRecorderCategorySelectedEvent?

Tudor Girba-2
Hi Stef,

I am not sure I understand the question.

This class records the selection of a Spotter category, not a system category. This is the thing that appears in light gray in Spotter (like Classes, Packages, ... )

Cheers
Doru 


On Sat, May 30, 2015 at 9:51 PM, stepharo <[hidden email]> wrote:
A GTSpotterRecorderCategorySelectedEvent  models the action of selecting a category in the search results. This event stores the name of the category and the number of results that were matched by the current query.

Instance Variables
    categoryLabel:        <Object>
    elementCount:        <Object>

categoryLabel
    - xxxxx

elementCount
    - xxxxx


Is a category related to class/method?

Stef




--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: what is a GTSpotterRecorderCategorySelectedEvent?

stepharo
OK

I'm trying to see how to make category less spread as a term because after a while it is confusing.
so could you make the class comment
a bit more precise.

Stef

Le 30/5/15 21:56, Tudor Girba a écrit :
Hi Stef,

I am not sure I understand the question.

This class records the selection of a Spotter category, not a system category. This is the thing that appears in light gray in Spotter (like Classes, Packages, ... )

Cheers
Doru 


On Sat, May 30, 2015 at 9:51 PM, stepharo <[hidden email]> wrote:
A GTSpotterRecorderCategorySelectedEvent  models the action of selecting a category in the search results. This event stores the name of the category and the number of results that were matched by the current query.

Instance Variables
    categoryLabel:        <Object>
    elementCount:        <Object>

categoryLabel
    - xxxxx

elementCount
    - xxxxx


Is a category related to class/method?

Stef




--

"Every thing has its own flow"