uk.co.agena.minerva.model
Class PropagationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by uk.co.agena.minerva.model.PropagationEvent
All Implemented Interfaces:
java.io.Serializable

public class PropagationEvent
extends java.util.EventObject

A PropagationEvent encapsulates information about a Model that has changed its state in some way.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropagationEvent(java.lang.Object source)
          Constructs a new PropagationEvent with the supplied source as its point of origin.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropagationEvent

public PropagationEvent(java.lang.Object source)
Constructs a new PropagationEvent with the supplied source as its point of origin.

Parameters:
source - the point of origin for the PropagationEvent


Copyright © 2006 Agena Ltd. All Rights Reserved.