public interface MapEntryListener
Modifier and Type | Method and Description |
---|---|
<X> void |
entryAdded(X key) |
<X> void |
entryRemoved(X key) |
<X> void |
entryUpdated(X key) |
void |
mapCleared() |
Copyright © 2015 WSO2 Inc. All rights reserved.