89101112131415
private EventHandler eventHandler; private CacheImpl cacheImpl; public ApplicationResourcesImpl() { eventHandler = new EventHandler(); cacheImpl = new CacheImpl(); }