public static class Anchor2D.Anchor2DEvent extends java.lang.Object implements CollapsibleEvent
Constructor and Description |
---|
Anchor2D.Anchor2DEvent(Anchor2D 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. |
Anchor2D |
getSource() |
int |
hashCode()
Returns hash code for current event.
|
public Anchor2D.Anchor2DEvent(Anchor2D source)
public boolean collapse(CollapsibleEvent event)
CollapsibleEvent
collapse
in interface CollapsibleEvent
false
if collapse operation failed (object are not 'equals')public int hashCode()
CollapsibleEvent
Object.hashCode()
contract.hashCode
in interface CollapsibleEvent
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
CollapsibleEvent
true
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 CollapsibleEvent
equals
in class java.lang.Object