net.sourceforge.pmd.swingui.event
Class RulesEditingEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.sourceforge.pmd.swingui.event.RulesEditingEvent
All Implemented Interfaces:
java.io.Serializable

public class RulesEditingEvent
extends java.util.EventObject

Since:
December 13, 2002
Version:
$Revision: 1.4 $, $Date: 2003/03/14 19:04:22 $
Author:
Donald A. Leckie
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 RulesTreeNode getDataNode()
           
static void notifyLoadData(java.lang.Object source, RulesTreeNode dataNode)
           
static void notifySaveData(java.lang.Object source, RulesTreeNode dataNode)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDataNode

public RulesTreeNode getDataNode()
Returns:

notifySaveData

public static final void notifySaveData(java.lang.Object source,
                                        RulesTreeNode dataNode)
Parameters:
source -

notifyLoadData

public static void notifyLoadData(java.lang.Object source,
                                  RulesTreeNode dataNode)
Parameters:
source -
dataNode -


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.