Rails 3 Observer: No support for after_commit?

Rails 3 adds after_commit and after_rollback callbacks, but it appears they are not available as methods in an Observer. Is that the way it's supposed to be, an oversight, or am I doing it wrong?

Thanks.