mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Topic+Handler
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.intellij.util.messages;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* @author Konstantin Bulenkov
|
||||
*/
|
||||
public interface MessageBusListener<L> {
|
||||
@NotNull Topic<L> getTopic();
|
||||
@NotNull L getListener();
|
||||
}
|
||||
Reference in New Issue
Block a user