blob: a9263b7ce0e7d051861b531c50b0fdebfd7b5368 [file] [log] [blame]
package com.jetbrains.python.console.pydev;
/**
* @author traff
*/
public interface ConsoleCommunicationListener {
void commandExecuted(boolean more);
void inputRequested();
}