Listener.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
16 
17 
18 
19 
33  """
34  """
35 
36 
48  def invoke(self):
49  pass
50 
51 
52 
53 
67  """
68  """
69 
70 
83  def __init__(self,obj,cbf):
84  self.obj = obj
85  self.cbf = cbf
86 
87 
88 
99  def invoke(self):
100  self.cbf(self.obj)
101 
102 
103 
104 
118  """
119  """
120 
121 
133  def __init__(self,cbf):
134  self.cbf = cbf
135 
136 
137 
148  def invoke(self):
149  self.cbf()
ListenerBase class.
Definition: Listener.py:32
ListenerObject class.
Definition: Listener.py:66
def __init__(self, obj, cbf)
Definition: Listener.py:83


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34