net.dpml.transit.model
Class HostNameEvent
java.lang.Object
  
java.util.EventObject
      
net.dpml.transit.model.HostEvent
          
net.dpml.transit.model.HostNameEvent
- All Implemented Interfaces: 
 - Serializable
 
- public class HostNameEvent
- extends HostEvent
  
An event signalling the change of name of a host.
- Version:
 
  - 1.0.1
 
- Author:
 
  - Digital Product Meta Library
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
HostNameEvent
public HostNameEvent(HostModel host,
                     String name)
- Creation of a new host name change event.
 - Parameters:
 host - the host that was changedname - the new host name
getName
public String getName()
- Return the new host name.
- Returns:
 - the host name that was assingned to the host