Interface ColorPickerGridServerRpc
-
- All Superinterfaces:
Serializable,ServerRpc
@Deprecated public interface ColorPickerGridServerRpc extends ServerRpc
Deprecated.RPC interface for ColorPickerGrid.- Since:
- 7.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidrefresh()Deprecated.Call to refresh the grid.voidselect(int x, int y)Deprecated.ColorPickerGrid click event.
-