java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.events.PropertyChangeNotification |
Class Overview
Event data issued with PropertyChange
to report changes in one or more JEB properties.
This object contains one or more updated properties, and their updated values.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PropertyChangeNotification
()
Public Methods
public
boolean
has
(String... propfqns)
Determine if this object contains a change notification at least one of the provided property
name.
Parameters
propfqns |
list of properties to be tested |
Returns
- if true, at least one of the provided properties is part of the list of updates
stored in this notification object
public
String
toString
()