Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/ExternalEvaluation/Java/ExternalEvaluation.Service/src/com/heuristiclab/problems/externalevaluation/ChannelDiscoveredEventListener.java @ 15014

Last change on this file since 15014 was 15014, checked in by pfleck, 7 years ago

Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)

File size: 195 bytes
Line 
1package com.heuristiclab.problems.externalevaluation;
2
3import java.util.*;
4
5public interface ChannelDiscoveredEventListener extends EventListener {
6    void discovered(EventObject evt);
7}
Note: See TracBrowser for help on using the repository browser.