AI2 Component  (Version nb184)
OnClearListener.java
Go to the documentation of this file.
1 // -*- mode: java; c-basic-offset: 2; -*-
2 // Copyright 2017 MIT, All rights reserved
3 // Released under the Apache License, Version 2.0
4 // http://www.apache.org/licenses/LICENSE-2.0
5 
6 package com.google.appinventor.components.runtime;
7 
16 public interface OnClearListener {
17  public void onClear();
18 }
com.google.appinventor.components.runtime.OnClearListener
Definition: OnClearListener.java:16
com.google.appinventor.components.runtime.OnClearListener.onClear
void onClear()