com.michaelbaranov.microba.common
Class PolicyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.michaelbaranov.microba.common.PolicyEvent
All Implemented Interfaces:
java.io.Serializable

public class PolicyEvent
extends java.util.EventObject

An event used to indicate a policy (algorithm) has changed.

Author:
Michael Baranov
See Also:
Serialized Form

Constructor Summary
PolicyEvent(java.lang.Object source)
          Constructor.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyEvent

public PolicyEvent(java.lang.Object source)
Constructor.

Parameters:
source - an object whose policy has changed