I would like to use the singular. An EventHandler or EventService would have a connotation that it would handle one event after another. For video players, I could make sure you said that you connected to several players and controlled them all at the same time.
Do you have a second type / variable for the singular case?
PlayersInterface AllPlayers = new PlayersInterface(); PlayerInterface MyPlayer0 = AllPlayers.getPlayer(0); PlayerInterface MyPlayer2 = AllPlayers.getPlayer(1);
Even then, I think the names of the two types are too similar.
But this is a personal preference.
Tom cerul
source share