Commit 68daee8d authored by Alexandre Boeglin's avatar Alexandre Boeglin

triggerable using TimerService 0.2


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bac24647
......@@ -189,7 +189,7 @@ TemplateTool manages Business Templates."""
self.subscribe()
BaseTool.inheritedAttribute('manage_afterAdd')(self, item, container)
def process_timer(self, tick, interval):
def process_timer(self, tick, interval, prev="", next=""):
"""
Call tic() every x seconds. x is defined in self.interval
This method is called by TimerService in the interval given
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment