19 lines
336 B
Java
19 lines
336 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.space;
|
|
|
|
import javax.baja.sys.BComponent;
|
|
|
|
public class SubscribeCallbacks {
|
|
public void subscribe(BComponent[] bComponentArray, int n) {
|
|
}
|
|
|
|
public void unsubscribe(BComponent[] bComponentArray) {
|
|
}
|
|
|
|
public void update(BComponent bComponent, int n) {
|
|
}
|
|
}
|
|
|