インターフェース InterceptFieldCallback
- すべての既知の実装クラス:
AbstractInterceptFieldCallback
public interface InterceptFieldCallback
- 作成者:
- Juozas Baliuka
方法の概要
修飾子と型メソッド説明booleanreadBoolean(ObjectSE obj, StringSE name, boolean oldValue) bytechardoublereadDouble(ObjectSE obj, StringSE name, double oldValue) floatintlongreadObject(ObjectSE obj, StringSE name, ObjectSE oldValue) shortbooleanwriteBoolean(ObjectSE obj, StringSE name, boolean oldValue, boolean newValue) bytechardoublewriteDouble(ObjectSE obj, StringSE name, double oldValue, double newValue) floatwriteFloat(ObjectSE obj, StringSE name, float oldValue, float newValue) intlongwriteObject(ObjectSE obj, StringSE name, ObjectSE oldValue, ObjectSE newValue) shortwriteShort(ObjectSE obj, StringSE name, short oldValue, short newValue)
メソッドの詳細
writeInt
writeChar
writeByte
writeBoolean
writeShort
writeFloat
writeDouble
writeLong
writeObject
readInt
readChar
readByte
readBoolean
readShort
readFloat
readDouble
readLong
readObject