}                                               // This is a subclass of TraceListener which remembers the last 20 statements sent to it

        public StandardDownloader(ClientEngine engine)
        {
            Engine   = engine;
            Listener = new Top10Listener(10);
        }
Beispiel #2
0
        }                                               // This is a subclass of TraceListener which remembers the last 20 statements sent to it

        public VLCStream(ClientEngine engine)
        {
            DownloadDirectory = "streaming_cache";
            Listener          = new Top10Listener(10);
            Engine            = engine;
        }