CanBeSearchResult |
|
|
DisplaySearchResult DoneListingSearchResult |
Class CanBeSearchResult defines no new attributes.
Fields
No fields are defined by CanBeSearchResult or any of its superclasses.
Instance template
Class CanBeSearchResult cannot be instantiated.
Class definition
Define Class CanBeSearchResult; mixes in with Object; operation DisplaySearchResult(searchCriteria: Object), noMethod; // called by user interface for searching // <searchCriteria> is the criteria that was passed to SearchForObject when this item was found // must override to show self to user (go to scene, scroll appropriately, blink, etc.) operation DoneListingSearchResult(); // called by user interface for searching's ResetSearchCriteria // does nothing // override to destroy self if self was created just for display end class;