Naanou.LookupService
Class AddressChangeArgs

Address has changed

Field Summary
Naanou.LookupService.NodeAddress NewAddress
         New address
Naanou.LookupService.NodeAddress OldAddress
         Old address

Constructor Summary
AddressChangeArgs(Naanou.LookupService.NodeAddress oldAddress, Naanou.LookupService.NodeAddress newAddress)
         Constructor

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

NewAddress

public Naanou.LookupService.NodeAddress NewAddress

New address


OldAddress

public Naanou.LookupService.NodeAddress OldAddress

Old address

Constructor Detail

AddressChangeArgs

public AddressChangeArgs(Naanou.LookupService.NodeAddress oldAddress,
                         Naanou.LookupService.NodeAddress newAddress)

Constructor

Parameters:
oldAddress - Old
newAddress - New