public class OverlayEvent extends java.lang.Object implements CollapsibleEvent
Modifier and Type | Class and Description |
---|---|
static class |
OverlayEvent.OverlayEventType |
Constructor and Description |
---|
OverlayEvent(Overlay source,
OverlayEvent.OverlayEventType type) |
OverlayEvent(Overlay source,
OverlayEvent.OverlayEventType type,
java.lang.String propertyName) |
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. |
java.lang.String |
getPropertyName() |
Overlay |
getSource() |
OverlayEvent.OverlayEventType |
getType() |
int |
hashCode()
Returns hash code for current event.
|
public OverlayEvent(Overlay source, OverlayEvent.OverlayEventType type, java.lang.String propertyName)
public OverlayEvent(Overlay source, OverlayEvent.OverlayEventType type)
public OverlayEvent.OverlayEventType getType()
public java.lang.String getPropertyName()
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