Class PolicyEvent
java.lang.Object
java.util.EventObject
com.michaelbaranov.microba.common.PolicyEvent
- All Implemented Interfaces:
Serializable
An event used to indicate a policy (algorithm) has changed.
- Author:
- Michael Baranov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PolicyEvent
Constructor.- Parameters:
source
- an object whose policy has changed
-