com.servoy.j2db.dataprocessing
Class ModificationEvent
java.lang.Object
java.util.EventObject
com.servoy.j2db.dataprocessing.ModificationEvent
- All Implemented Interfaces:
- Serializable
public class ModificationEvent
- extends EventObject
This class is used to inform about modifications
- Since:
- Servoy 5.0
- See Also:
- Serialized Form
ModificationEvent
public ModificationEvent(String name,
Object value,
Object source)
getName
public String getName()
- Get the dataprovider name
- Returns:
- the dataprovider
getRecord
public IRecord getRecord()
- Get the record this notification is for and value is from
- Returns:
- the record
getValue
public Object getValue()
- Get the changed value
- Returns:
- the value
toString
public String toString()
- Overrides:
toString in class EventObject