This class is used to store callbacks inside CallbackList. See the CallbackList class for more detailed explanations.
Create a new callback
priority |
|
will be executed
ref |
|
# File lib/xmpp4r/callbacks.rb, line 123 def initialize(priority = 0, ref = nil, block = Proc.new {}) @priority = priority @ref = ref @block = block end
Generated with the Darkfish Rdoc Generator 2.