org.jboss.seam.core
Class Init.ObserverMethod

java.lang.Object
  extended by org.jboss.seam.core.Init.ObserverMethod
Enclosing class:
Init

public static class Init.ObserverMethod
extends Object


Method Summary
 boolean equals(Object obj)
           
 Component getComponent()
           
 Method getMethod()
           
 boolean isCreate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getComponent

public Component getComponent()

getMethod

public Method getMethod()

isCreate

public boolean isCreate()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011 Seam Framework. All Rights Reserved.