com.ekuefler.supereventbus
Interface EventRegistration<T>

Type Parameters:
T - class to which this registration applies

public interface EventRegistration<T>

A tagging interface associated with classes capable of handling events. Users should declare subtypes of this interface corresponding to each class that should be registered on the event bus - see the documentation of EventBus for details. Implementations of this interface are generated by the GWT compiler - users should NOT implement this interface themselves. This interface is subject to changes which may break user-defined implementations.

Author:
ekuefler@gmail.com (Erik Kuefler)

Method Summary
 List<com.ekuefler.supereventbus.impl.EventHandlerMethod<T,?>> getMethods()
          DO NOT IMPLEMENT THIS METHOD.
 

Method Detail

getMethods

List<com.ekuefler.supereventbus.impl.EventHandlerMethod<T,?>> getMethods()
DO NOT IMPLEMENT THIS METHOD. Implementations are generated automatically by the GWT compiler, and its details are subject to change.



Copyright © 2013. All Rights Reserved.