org.jboss.metamodel.descriptor
Class Listener

java.lang.Object
  extended by org.jboss.metamodel.descriptor.Listener

public class Listener
extends Object

Represents a element of the deployment descriptor

Version:
$Revision: 45409 $
Author:
William DeCoste

Field Summary
protected  String clazz
           
 
Constructor Summary
Listener()
           
 
Method Summary
 String getListenerClass()
           
 void setListenerClass(String clazz)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clazz

protected String clazz
Constructor Detail

Listener

public Listener()
Method Detail

getListenerClass

public String getListenerClass()

setListenerClass

public void setListenerClass(String clazz)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.