Class: XwotDiscovery::BaseListener

Inherits:
ServiceListener show all
Defined in:
lib/xwot_discovery/service_listener.rb

Direct Known Subclasses

XwotService::ServiceProtocolListener

Instance Method Summary collapse

Instance Method Details

#alive(message) ⇒ Object



26
27
28
# File 'lib/xwot_discovery/service_listener.rb', line 26

def alive(message)
  # do nothing
end

#bye(message) ⇒ Object



34
35
36
# File 'lib/xwot_discovery/service_listener.rb', line 34

def bye(message)
  # do nothing
end

#find(message, service = nil) ⇒ Object



30
31
32
# File 'lib/xwot_discovery/service_listener.rb', line 30

def find(message, service = nil)
  # do nothing
end

#update(message) ⇒ Object



38
39
40
# File 'lib/xwot_discovery/service_listener.rb', line 38

def update(message)
  # do nothing
end