org.jboss.errai.ioc.client.lifecycle.impl
Class DestructionImpl<T>
java.lang.Object
org.jboss.errai.ioc.client.lifecycle.impl.LifecycleEventImpl<T>
org.jboss.errai.ioc.client.lifecycle.impl.DestructionImpl<T>
- All Implemented Interfaces:
- Destruction<T>, LifecycleEvent<T>
@Dependent
public class DestructionImpl<T>
- extends LifecycleEventImpl<T>
- implements Destruction<T>
Method Summary |
Class<?> |
getEventType()
This must return the interface of the event it represents (i.e. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestructionImpl
public DestructionImpl()
getEventType
public Class<?> getEventType()
- Description copied from class:
LifecycleEventImpl
- This must return the interface of the event it represents (i.e.
Access
rather than AccessImpl
).
- Specified by:
getEventType
in class LifecycleEventImpl<T>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.