public class ObjectChangeEvent extends EventObject
DSMCCObject.
For files carried in a DSMCC object carousel, when a change in a module is
detected, this event shall
be sent to all registered listeners for all objects carried in that module.source| Constructor and Description |
|---|
ObjectChangeEvent(DSMCCObject source,
int aVersionNumber)
Creates an ObjectChangeEvent indicating that a new version of the
monitored DSMCC Object has been detected.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewVersionNumber()
This method is used to get the new version number of the
monitored
DSMCCObject. |
Object |
getSource()
Returns the DSMCCObject that has changed
|
toStringpublic ObjectChangeEvent(DSMCCObject source, int aVersionNumber)
source - the DSMCCObject whose version has changedaVersionNumber - the new version number.public int getNewVersionNumber()
DSMCCObject. For files carried in
a DSMCC object carousel, this method shall return the version number of the module
carrying the file.public Object getSource()
getSource in class EventObjectCopyright © 2012 code4tv.com. All Rights Reserved.