mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
273 B
Java
Generated
12 lines
273 B
Java
Generated
// Generated automatically from javafx.beans.Observable for testing purposes
|
|
|
|
package javafx.beans;
|
|
|
|
import javafx.beans.InvalidationListener;
|
|
|
|
public interface Observable
|
|
{
|
|
void addListener(InvalidationListener p0);
|
|
void removeListener(InvalidationListener p0);
|
|
}
|