public class TICEvent extends java.util.EventObject implements java.lang.Cloneable
TICComponent.| Constructor and Description |
|---|
TICEvent(TICComponent source) |
| Modifier and Type | Method and Description |
|---|---|
TICEvent |
clone() |
TICEvent |
cloneWithNewSource(TICComponent source)
Creates a copy of this event with all properties set to identical values but with a
different source.
|
boolean |
equals(java.lang.Object obj) |
TICComponent |
getSource() |
int |
hashCode() |
public TICEvent(TICComponent source)
public TICComponent getSource()
getSource in class java.util.EventObjectpublic TICEvent cloneWithNewSource(TICComponent source)
source - the source component to be used for the created copypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object