function ClickHandler()
{
}
ClickHandler.prototype.handle = function(event)
{
console.log('button clicked!');
}
function ClickHandler()
{
}
ClickHandler.prototype.handle = function(event)
{
console.log('button clicked!');
}