class Umbra::EventHandler::PropertyVetoException
The property change is not acceptable, undo it. e.g. test2.rb @param [String] text message @param [Event] PropertyChangeEvent
object @since 1.4.0
Attributes
event[R]
string[R]
Public Class Methods
new(string, event)
click to toggle source
Calls superclass method
# File lib/umbra/eventhandler.rb, line 149 def initialize(string, event) @string = string @event = event super(string) end