org.jboss.cdi.tck.tests.extensions.communication
Class EventBase

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.communication.EventBase
Direct Known Subclasses:
PatEvent, PbEvent

public abstract class EventBase
extends Object

Author:
Martin Kouba

Field Summary
static String PAT_SEQ
           
static String PB_SEQ
           
 
Constructor Summary
EventBase(Class<?> clazz)
           
 
Method Summary
 Class<?> getClazz()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAT_SEQ

public static final String PAT_SEQ
See Also:
Constant Field Values

PB_SEQ

public static final String PB_SEQ
See Also:
Constant Field Values
Constructor Detail

EventBase

public EventBase(Class<?> clazz)
Method Detail

getClazz

public Class<?> getClazz()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.