Package com.github.moaxcp.graphs.events
Class GraphIdUpdated<K>
- java.lang.Object
-
- com.github.moaxcp.graphs.events.GraphRequiredIdEvent<K>
-
- com.github.moaxcp.graphs.events.GraphIdUpdated<K>
-
public final class GraphIdUpdated<K> extends GraphRequiredIdEvent<K>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraphIdUpdated.Builder<K>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
K
getOldGraphId()
int
hashCode()
-
Methods inherited from class com.github.moaxcp.graphs.events.GraphRequiredIdEvent
getGraphId
-
-
-
-
Method Detail
-
getOldGraphId
public final K getOldGraphId()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGraphRequiredIdEvent<K>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGraphRequiredIdEvent<K>
-
-