org.opensha.refFaultParamDb.gui.event
Class DbAdditionSuccessEvent
java.lang.Object
java.util.EventObject
org.opensha.refFaultParamDb.gui.event.DbAdditionSuccessEvent
- All Implemented Interfaces:
- Serializable
public class DbAdditionSuccessEvent
- extends EventObject
Title: DbAdditionSuccessEvent.java
Description: This event is thrown whenenver new information is added
to the database using a GUI component. The listeners need to implement
the DbAdditionListener interface to listen to these events
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
value
public Object value
DbAdditionSuccessEvent
public DbAdditionSuccessEvent(Object source,
Object value)
- Constructor
- Parameters:
source - - component which created this event and sent to listenersvalue - - object which contains values inserted into the database
getValue
public Object getValue()
- Get the value. This object holds the values inserted into the database
- Returns: