edu.cmu.emulator.controlComm
Class CMListenerFilter

java.lang.Object
  extended by edu.cmu.emulator.controlComm.CMListenerFilter

public class CMListenerFilter
extends Object


Field Summary
static int ALL
           
private  int source
           
private  int type
           
 
Constructor Summary
CMListenerFilter(int type, int source)
           
 
Method Summary
 boolean equals(Object obj)
           
(package private)  int getSource()
           
(package private)  int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private int type

source

private int source

ALL

public static final int ALL
See Also:
Constant Field Values
Constructor Detail

CMListenerFilter

CMListenerFilter(int type,
                 int source)
Method Detail

getType

int getType()

getSource

int getSource()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.