OnKeyStatusUpdated.java

1package eu.siacs.conversations.xmpp;
2
3public interface OnKeyStatusUpdated {
4	public void onKeyStatusUpdated();
5}