org.apache.myfaces.config.element
Class NamedEvent

java.lang.Object
  extended by org.apache.myfaces.config.element.NamedEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NamedEvent

public abstract class NamedEvent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NamedEvent()
           
 
Method Summary
abstract  java.lang.String getEventClass()
           
abstract  java.lang.String getShortName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedEvent

public NamedEvent()
Method Detail

getShortName

public abstract java.lang.String getShortName()

getEventClass

public abstract java.lang.String getEventClass()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.