Package model.handler

Class RoutesHandler

java.lang.Object
model.handler.RoutesHandler
All Implemented Interfaces:
ObservableListener<Route>, CollectionHandler<HashSet<Route>, Route>

public class RoutesHandler extends Object implements CollectionHandler<HashSet<Route>,Route>, ObservableListener<Route>
Current implementation of CollectionsHandler for HashSet of Route.
Since:
1.0
Author:
Zerumi