com.jdon.container.finder
类 ContainerCallback
java.lang.Object
com.jdon.container.finder.ContainerCallback
- 所有已实现的接口:
- Startable, Serializable
public class ContainerCallback
- extends Object
- implements Serializable, Startable
the components in container can call the container by this class; set this
class as components construtor parameter.
difference with ContainerFinder: ContainerFinder is call the container
outside the container
- 作者:
- banq
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- 另请参见:
- 常量字段值
ContainerCallback
public ContainerCallback(ContainerWrapper containerWrapper)
getContainerWrapper
public ContainerWrapper getContainerWrapper()
- 返回:
- Returns the containerWrapper.
start
public void start()
- 从接口
Startable 复制的描述
- Start this component.
- 指定者:
- 接口
Startable 中的 start
stop
public void stop()
- 从接口
Startable 复制的描述
- Stop this component.
- 指定者:
- 接口
Startable 中的 stop
Copyright © 2013. All Rights Reserved.