Add notify function to network interface
This commit is contained in:
parent
cdfcdd528e
commit
f7d1bb3a89
|
@ -41,3 +41,9 @@ class INetwork(ABC):
|
||||||
:param *args: one or many multiaddrs to start listening on
|
:param *args: one or many multiaddrs to start listening on
|
||||||
:return: True if at least one success
|
:return: True if at least one success
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def notify(self, notifee):
|
||||||
|
"""
|
||||||
|
:param notifee: object implementing Notifee interface
|
||||||
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user