Description: Adapter mode (sometimes also known as packaging styles or packaging) adapted to the interface of a class users expect. An adapter allows usually can not work together because of incompatible interfaces class work together, the practice class interface wrapped in a class.
To Search:
File list (Check if you may need any files):
适配器模式\build.xml
..........\manifest.mf
..........\nbproject\build-impl.xml
..........\.........\genfiles.properties
..........\.........\private\private.properties
..........\.........\project.properties
..........\.........\project.xml
..........\src\Application.java
..........\...\ThreeAndTwoElectricAdapter.java
..........\...\ThreeElectricOutlet.java
..........\...\TwoElectricOutlet.java
..........\nbproject\private
..........\nbproject
..........\src
..........\test
适配器模式