net.dpml.transit.model
Class HostEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.dpml.transit.model.HostEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostChangeEvent, HostLayoutEvent, HostNameEvent, HostPriorityEvent

public abstract class HostEvent
extends EventObject

An abstract event pertaining to host feature changes.

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HostEvent(HostModel source)
          Creation of a new host event.
 
Method Summary
 HostModel getHostModel()
          Return the host model that this event pertains to.
 
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

HostEvent

public HostEvent(HostModel source)
Creation of a new host event.

Parameters:
source - the host model initiating the event
Method Detail

getHostModel

public HostModel getHostModel()
Return the host model that this event pertains to.

Returns:
the host model