de.javagl.swogl
Interface SwoglApplicationFactory


public interface SwoglApplicationFactory

Interface for classes that may create SwoglApplication instances.


Method Summary
 SwoglApplication createSwoglApplication()
          Creates a new instance of a SwoglApplication.
 

Method Detail

createSwoglApplication

SwoglApplication createSwoglApplication()
Creates a new instance of a SwoglApplication.

Returns:
A new SwoglApplication.