LibreOffice Module android (master) 1
ColorPaletteListener.java
Go to the documentation of this file.
1package org.libreoffice;
2
3public interface ColorPaletteListener {
4 void applyColor(int color);
6}