Hoge.prototype.foo = function(){
 this.div.appendChild(button);
 button.addEventListener( "click", function(){
  console.log( "test" );
  alert( "test" );
 },false );
}
そもそも発火しませんでした・・・