public abstract static class InlayModel.SimpleAdapter extends java.lang.Object implements InlayModel.Listener
| Constructor and Description |
|---|
SimpleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdded(Inlay inlay) |
void |
onRemoved(Inlay inlay) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonBatchModeFinish, onBatchModeStart, onUpdated, onUpdatedpublic void onAdded(Inlay inlay)
onAdded in interface InlayModel.Listenerpublic void onRemoved(Inlay inlay)
onRemoved in interface InlayModel.Listener