org.skyscreamer.yoga.demo.controller
Class ControllerSubscriber<T>

java.lang.Object
  extended by org.skyscreamer.yoga.demo.controller.ControllerSubscriber<T>

public class ControllerSubscriber<T>
extends Object


Nested Class Summary
 class ControllerSubscriber.DefaultController
           
 
Constructor Summary
ControllerSubscriber()
           
 
Method Summary
 void setEntityClass(Class<T> entityClass)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerSubscriber

public ControllerSubscriber()
Method Detail

setEntityClass

public void setEntityClass(Class<T> entityClass)

setup

@PostConstruct
public void setup()


Copyright © 2011. All Rights Reserved.