Searched refs:LISTENER (Results 1 – 3 of 3) sorted by relevance
44 public static final String LISTENER = "-listener"; field in CommandLineArgs45 @Parameter(names = LISTENER, description = "List of .class files or list of class names" +
553 addListOfStringIfNotEmpty(argv, CommandLineArgs.LISTENER, m_listeners); in createArguments()
1610 Object listeners = cmdLineArgs.get(CommandLineArgs.LISTENER); in configure()