61 lines
1.8 KiB
Java
61 lines
1.8 KiB
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.space;
|
|
|
|
import javax.baja.category.BCategoryMask;
|
|
import javax.baja.sys.Action;
|
|
import javax.baja.sys.BComponent;
|
|
import javax.baja.sys.BFacets;
|
|
import javax.baja.sys.BValue;
|
|
import javax.baja.sys.Context;
|
|
import javax.baja.sys.Property;
|
|
import javax.baja.sys.Slot;
|
|
|
|
public class TrapCallbacks {
|
|
public boolean isTrapEnabled() {
|
|
return false;
|
|
}
|
|
|
|
public boolean trapSets() {
|
|
return false;
|
|
}
|
|
|
|
public boolean set(BComponent bComponent, Property[] propertyArray, BValue bValue, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public Property add(BComponent bComponent, String string, BValue bValue, int n, BFacets bFacets, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void remove(BComponent bComponent, Property property, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void rename(BComponent bComponent, Property property, String string, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void reorder(BComponent bComponent, Property[] propertyArray, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void setFlags(BComponent bComponent, Slot slot, int n, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void setFacets(BComponent bComponent, Slot slot, BFacets bFacets, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public void setCategoryMask(BComponent bComponent, BCategoryMask bCategoryMask, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
|
|
public BValue invoke(BComponent bComponent, Action action, BValue bValue, Context context) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|
|
|