Errai 3.0.1-SNAPSHOT

org.jboss.errai.enterprise.client.cdi
Class CDIEventTypeLookup

java.lang.Object
  extended by org.jboss.errai.enterprise.client.cdi.CDIEventTypeLookup

public final class CDIEventTypeLookup
extends Object

Author:
Mike Brock

Method Summary
 void addLookup(String subtype, String superType)
           
static CDIEventTypeLookup get()
           
 Map<String,Collection<String>> getTypeLookupMap()
          Returns a defensively copied, unmodifiable Map of all sub-types to their supertypes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static CDIEventTypeLookup get()

getTypeLookupMap

public Map<String,Collection<String>> getTypeLookupMap()
Returns a defensively copied, unmodifiable Map of all sub-types to their supertypes.

Returns:
a defensively copied, unmodifiable Map of all sub-types to their supertypes.

addLookup

public void addLookup(String subtype,
                      String superType)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.