public interface EntityPlotListener
| Modifier and Type | Method and Description |
|---|---|
void |
entityConnected(EntityPlotter from,
EntityPlotter to) |
void |
entityDeleted(EntityPlotter entity) |
void |
entityDisconnected(EntityPlotter from,
EntityPlotter to) |
void |
entityDoubleClicked(EntityPlotter entity) |
void |
entityPopup(EntityPlotter entity,
Point mouseLocation) |
void entityPopup(EntityPlotter entity, Point mouseLocation)
void entityDoubleClicked(EntityPlotter entity)
void entityDeleted(EntityPlotter entity)
void entityConnected(EntityPlotter from, EntityPlotter to)
void entityDisconnected(EntityPlotter from, EntityPlotter to)
Copyright © 2019 com.github.mfjamil. All rights reserved.