arcade.store.organizer
Class SortByGenreOrganizer

java.lang.Object
  extended by arcade.store.organizer.SortOrganizer
      extended by arcade.store.organizer.SortByGenreOrganizer
All Implemented Interfaces:
IOrganizer

public class SortByGenreOrganizer
extends SortOrganizer


Constructor Summary
SortByGenreOrganizer()
           
 
Method Summary
 boolean compareTo(IItemInfo firstItem, IItemInfo secondItem)
           
 
Methods inherited from class arcade.store.organizer.SortOrganizer
organize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortByGenreOrganizer

public SortByGenreOrganizer()
Method Detail

compareTo

public boolean compareTo(IItemInfo firstItem,
                         IItemInfo secondItem)
Overrides:
compareTo in class SortOrganizer