Skip to content
Snippets Groups Projects
Commit e9e60326 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

update on simulator

parent 3b4390b0
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,12 @@ knowledge of the CeCILL license and that you accept its terms. ...@@ -48,6 +48,12 @@ knowledge of the CeCILL license and that you accept its terms.
package ui; package ui;
public interface CheckableAccessibility { public interface CheckableAccessibility {
public static final int UNKNOWN;
public static final int NON_REACHABLE;
public void setCheckableAccessibility(boolean b); public void setCheckableAccessibility(boolean b);
public boolean getCheckableAccessibility(); public boolean getCheckableAccessibility();
public void setReachability(
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment