edu.illinois.imunit.internal.parsing
Class BlockEvent
java.lang.Object
edu.illinois.imunit.internal.parsing.BlockEvent
- All Implemented Interfaces:
- Event
public class BlockEvent
- extends java.lang.Object
- implements Event
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BlockEvent
public BlockEvent(Name blockAfterEventName,
Name blockBeforeEventName,
Name threadName)
getBlockAfterEventName
public Name getBlockAfterEventName()
getBlockBeforeEventName
public Name getBlockBeforeEventName()
getThreadName
public Name getThreadName()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011 University of Illinois at Urbana-Champaign. All Rights Reserved.