Griffon 1.2.0

org.codehaus.griffon.runtime.core.factories
[Java] Class DefaultEventRouterFactory

java.lang.Object
  org.codehaus.griffon.runtime.core.factories.DefaultEventRouterFactory
All Implemented Interfaces:
EventRouterFactory

public class DefaultEventRouterFactory

Default implementation of the EventRouterFactory interface.

Authors:
Andres Almiray
Since:
1.2.0


Constructor Summary
DefaultEventRouterFactory()

 
Method Summary
EventRouter create(GriffonApplication app)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultEventRouterFactory

DefaultEventRouterFactory()


 
Method Detail

create

public EventRouter create(GriffonApplication app)


 

Groovy Documentation