# File lib/poll.rb, line 248
 def callback( io )
		return nil unless @callbacks.has_key? io
		return @callbacks[io][:callback]
	end