代码搜索:interception
找到约 132 项符合「interception」的源代码
代码结果 132
www.eeworm.com/read/285566/8831267
c snow_intercept.c
/*
* SUMMARY: SnowInterception.c - simulates snow interception and release
* USAGE:
*
* AUTHOR: Brian Connelly and Pascal Storck
* ORG: University of Washington,
www.eeworm.com/read/285564/8831355
c snow_intercept.c
/*
* SUMMARY: SnowInterception.c - simulates snow interception and release
* USAGE:
*
* AUTHOR: Brian Connelly and Pascal Storck
* ORG: University of Washington, Depar
www.eeworm.com/read/288894/4001335
java fieldhandled.java
package org.hibernate.bytecode.javassist;
/**
* Interface introduced to the enhanced class in order to be able to
* inject a {@link FieldHandler} to define the interception behavior.
*
* @a
www.eeworm.com/read/326747/3468663
java fieldhandled.java
package org.hibernate.bytecode.javassist;
/**
* Interface introduced to the enhanced class in order to be able to
* inject a {@link FieldHandler} to define the interception behavior.
*
* @author
www.eeworm.com/read/288894/4001332
java fieldhandler.java
package org.hibernate.bytecode.javassist;
/**
* The interface defining how interception of a field should be handled.
*
* @author Muga Nishizawa
*/
public interface FieldHandler {
/**
www.eeworm.com/read/449675/1674499
java fieldhandled.java
package org.hibernate.bytecode.javassist;
/**
* Interface introduced to the enhanced class in order to be able to
* inject a {@link FieldHandler} to define the interception behavior.
*
* @author
www.eeworm.com/read/326747/3468660
java fieldhandler.java
package org.hibernate.bytecode.javassist;
/**
* The interface defining how interception of a field should be handled.
*
* @author Muga Nishizawa
*/
public interface FieldHandler {
/**
* Calle
www.eeworm.com/read/313796/3641404
java interceptionerror.java
package org.uispec4j.interception;
public class InterceptionError extends Error {
public InterceptionError(String message, Throwable cause) {
super(message, cause);
}
}
www.eeworm.com/read/449675/1674496
java fieldhandler.java
package org.hibernate.bytecode.javassist;
/**
* The interface defining how interception of a field should be handled.
*
* @author Muga Nishizawa
*/
public interface FieldHandler {
/**
* Calle
www.eeworm.com/read/326747/3469470
java fieldinterceptor.java
package org.hibernate.intercept;
import org.hibernate.engine.SessionImplementor;
/**
* Contract for field interception handlers.
*
* @author Steve Ebersole
*/
public interface FieldInterceptor {