JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
tigase.map
DMapListener
Contents
Description
Method Summary
Method Details
onAddItem(K, V)
onClear()
onRemove(K, V)
Hide sidebar
Show sidebar
Interface DMapListener<
K
,
V
>
public interface
DMapListener<K,
V>
Created by bmalkow on 04.12.2015.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onAddItem
(
K
key,
V
value)
void
onClear
()
void
onRemove
(
K
key,
V
value)
Method Details
onAddItem
void
onAddItem
(
K
key,
V
value)
onClear
void
onClear
()
onRemove
void
onRemove
(
K
key,
V
value)