public Method

Observable.changed(state=true)

Set the changed state of this object. Notifications will be sent only if the changed state is true.

Source Code

# File observer.rb, line 161
def changed(state=true)
  @observer_state = state
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.