Beispiel #1
0
 def resetList(self):
     iStatus.getDataForInterface(self.iface, self.getInfoCB)
Beispiel #2
0
 def update(self):
     self.updateTimer.stop()
     iStatus.getDataForInterface(self.iface, self.getInfoCB)
     self.updateTimer.start(5000, True)
Beispiel #3
0
	def resetList(self):
		iStatus.getDataForInterface(self.iface,self.getInfoCB)
Beispiel #4
0
	def getInterfacesReReadFinished(self, data):
		iStatus.getDataForInterface(self.iface,self.getInfoCB)