org.jboss.aophelper.core
Class UndoableManager

java.lang.Object
  extended by org.jboss.aophelper.core.UndoableManager

public class UndoableManager
extends Object

A UndoableManager.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen

Method Summary
 void addUndoable(Object o, Method m, Object value)
           
 UndoableValue findUndoable(Object o, Method m)
           
static UndoableManager instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static UndoableManager instance()

findUndoable

public UndoableValue findUndoable(Object o,
                                  Method m)

addUndoable

public void addUndoable(Object o,
                        Method m,
                        Object value)


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.