Interface com.flashdoctors.syringe.bean.IInitializingBean

Description

Implement this interface if you'd like the bean container to notify your bean after it has been created, and after properties have been set.

Method Index

afterPropertiesSet()

Method Detail

afterPropertiesSet

public function afterPropertiesSet():Void