core.events
Class ChannelListEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycore.events.ChannelListEvent
All Implemented Interfaces:
java.io.Serializable

public class ChannelListEvent
extends java.util.EventObject

Author:
hoele
See Also:
Serialized Form

Constructor Summary
ChannelListEvent(java.lang.Object source, java.lang.String virtualAddress, Neighbor channel)
           
 
Method Summary
 Neighbor getChannel()
           
 java.lang.String getVirtualAddress()
           
 
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

ChannelListEvent

public ChannelListEvent(java.lang.Object source,
                        java.lang.String virtualAddress,
                        Neighbor channel)
Parameters:
source -
Method Detail

getChannel

public Neighbor getChannel()
Returns:
Returns the channel.

getVirtualAddress

public java.lang.String getVirtualAddress()
Returns:
Returns the virtualAddress.