Packagevegas
Interfacepublic interface Factory

Defines an interface implemented by classes that create objects.



Public Methods
 MethodDefined By
  
create(... arguments):void
Creates the objects.
Factory
Method Detail
create()method
public function create(... arguments):void

Creates the objects.

Parameters

... arguments