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, wait
onBatchModeFinish, onBatchModeStart, onUpdated, onUpdated
public void onAdded(Inlay inlay)
onAdded
in interface InlayModel.Listener
public void onRemoved(Inlay inlay)
onRemoved
in interface InlayModel.Listener