class Canis::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/canis/core/widgets/rwidget.rb, line 152
def initialize(string, event)
  @string = string
  @event = event
  super(string)
end