org.jsesoft.ri
Interface PassBack

All Known Implementing Classes:
MMBIPassBack

public interface PassBack

Provides services for PassBack objects.


Method Summary
 java.beans.BeanInfo getBeanInfo()
          Gets beanInfo.
 java.lang.Class<?> getInspected()
          Gets inspected.
 InspectorFactory getInspectorFactory()
          Gets inspectorFactory.
 java.lang.Class<?> getSentinel()
          Gets sentinel.
 void setBeanInfo(java.beans.BeanInfo theBeanInfo)
          Sets beanInfo.
 

Method Detail

getSentinel

java.lang.Class<?> getSentinel()
Gets sentinel.

Returns:
the sentinel

getInspectorFactory

InspectorFactory getInspectorFactory()
Gets inspectorFactory.

Returns:
the inspectorFactory

getInspected

java.lang.Class<?> getInspected()
Gets inspected.

Returns:
the inspected

getBeanInfo

java.beans.BeanInfo getBeanInfo()
Gets beanInfo.

Returns:
the beanInfo

setBeanInfo

void setBeanInfo(java.beans.BeanInfo theBeanInfo)
Sets beanInfo.

Parameters:
theBeanInfo - the new beanInfo to set


Copyright © 2010 JSESoft. All Rights Reserved.