Class: VBox::ReusableEvent

Inherits:
Event show all
Defined in:
lib/virtualbox/classes/events/reusable_event.rb

Direct Known Subclasses

GuestMouseEvent

Instance Attribute Summary

Attributes inherited from Base

#ref

Instance Method Summary collapse

Methods inherited from Event

#set_processed, #source, #type, #wait_processed, #waitable

Methods inherited from Base

#_this, #delete!, #ensure_hash, #initialize, #vbox_class

Constructor Details

This class inherits a constructor from VBox::Base

Instance Method Details

#generationObject

Attributes



6
7
8
# File 'lib/virtualbox/classes/events/reusable_event.rb', line 6

def generation
  VBox::WebService.send_request(:i_reusable_event_get_generation, _this)
end

#reuseObject

Methods



12
13
14
# File 'lib/virtualbox/classes/events/reusable_event.rb', line 12

def reuse
  VBox::WebService.send_request(:i_reusable_event_reuse, _this)
end