You are not logged in Log in Join
You are here: Home » Resources » Mozilla » ZWiki » CallbackCode » wikipage_view

Log in
Name

Password

 
 

CallbackCode


class Callback: """A class that handles the method for an event."""

def __init__(self): """Construct the instance."""

return

def __del__(self): """Destroy the instance."""

return

def execute(self, aReason): """Executes the method."""

return