@Deprecated public class McastEvent extends AbstractEvent<McastEvent.Type,McastRouteInfo>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
McastEvent.Type
Deprecated.  
  | 
| Constructor and Description | 
|---|
McastEvent(McastEvent.Type type,
          McastRouteInfo subject)
Deprecated.  
Creates a McastEvent of a given type using the subject. 
 | 
McastEvent(McastEvent.Type type,
          McastRouteInfo subject,
          McastRouteInfo prevSubject)
Deprecated.  
Creates a McastEvent of a given type using the subject and
 the previous subject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)
Deprecated.  
  | 
int | 
hashCode()
Deprecated.  
  | 
McastRouteInfo | 
prevSubject()
Deprecated.  
Gets the previous subject in this mcast event. 
 | 
String | 
toString()
Deprecated.  
  | 
subject, time, typepublic McastEvent(McastEvent.Type type, McastRouteInfo subject)
type - the event typesubject - the subject of the event typepublic McastEvent(McastEvent.Type type, McastRouteInfo subject, McastRouteInfo prevSubject)
type - the event typesubject - the subject of the eventprevSubject - the previous subject of the eventpublic McastRouteInfo prevSubject()
public String toString()
toString in class AbstractEvent<McastEvent.Type,McastRouteInfo>