public static class Anchor3D.Anchor3DEvent extends java.lang.Object implements CollapsibleEvent
| Constructor and Description |
|---|
Anchor3D.Anchor3DEvent(Anchor3D source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collapse(CollapsibleEvent event)
Collapse current object/event with specified one.
|
boolean |
equals(java.lang.Object obj)
Returns
true if the current event is equivalent to the specified one. |
Anchor3D |
getSource() |
int |
hashCode()
Returns hash code for current event.
|
public Anchor3D.Anchor3DEvent(Anchor3D source)
public boolean collapse(CollapsibleEvent event)
CollapsibleEventcollapse in interface CollapsibleEventfalse if collapse operation failed (object are not 'equals')public int hashCode()
CollapsibleEventObject.hashCode()
contract.hashCode in interface CollapsibleEventhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
CollapsibleEventtrue if the current event is equivalent to the specified one.Object.equals(Object) method as we use an HashMap to store
these event
in the UpdateEventHandler class.equals in interface CollapsibleEventequals in class java.lang.Object