public interface ParameterInfoListener
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ParameterInfoListener> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
void |
hintHidden(Project project)
This method is invoked when parameter info hint is hidden due to closing the hint, leaving parameters range area or because there are
no signatures to show
|
void |
hintUpdated(ParameterInfoController.Model result)
This method is invoked when parameter info hint content is updated (including first time show) and there are some signatures to show
|
static final ExtensionPointName<ParameterInfoListener> EP_NAME
void hintUpdated(ParameterInfoController.Model result)
result
- model describing signatures shown and current contextvoid hintHidden(Project project)
project
- for which hint was shown originally