org.nakedobjects.runtime.transaction.updatenotifier
Class UpdateNotifierAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierAbstract
All Implemented Interfaces:
Component, Injectable, TransactionScopedComponent, UpdateNotifier
Direct Known Subclasses:
UpdateNotifierDefault

public abstract class UpdateNotifierAbstract
extends java.lang.Object
implements UpdateNotifier


Constructor Summary
UpdateNotifierAbstract()
           
 
Method Summary
 void injectInto(java.lang.Object candidate)
          Injects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
addChangedObject, addDisposedObject, clear, ensureEmpty, getChangedObjects, getDisposedObjects
 

Constructor Detail

UpdateNotifierAbstract

public UpdateNotifierAbstract()
Method Detail

injectInto

public void injectInto(java.lang.Object candidate)
Injects.

Specified by:
injectInto in interface Injectable


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.