Class CubeLifecyleEvent

java.lang.Object
org.arquillian.cube.spi.event.lifecycle.CubeLifecyleEvent
All Implemented Interfaces:
org.jboss.arquillian.core.spi.event.Event
Direct Known Subclasses:
AfterCreate, AfterDestroy, AfterStart, AfterStop, BeforeCreate, BeforeDestroy, BeforeStart, BeforeStop

public abstract class CubeLifecyleEvent extends Object implements org.jboss.arquillian.core.spi.event.Event
  • Constructor Details

    • CubeLifecyleEvent

      public CubeLifecyleEvent(String cubeId)
  • Method Details

    • getCubeId

      public String getCubeId()