org.jboss.kernel.spi.event
Interface KernelEvent

All Known Implementing Classes:
AbstractEvent

public interface KernelEvent

A listener

Version:
$Revision: 40756 $
Author:
Adrian Brock

Method Summary
 Object getContext()
          Get the context
 long getSequence()
          Get the sequence
 Object getSource()
          Get the source of the event
 long getTimestamp()
          Get the timestamp
 String getType()
          Get the event type
 

Method Detail

getSource

Object getSource()
Get the source of the event

Returns:
the source

getType

String getType()
Get the event type

Returns:
the type

getSequence

long getSequence()
Get the sequence

Returns:
the sequence

getTimestamp

long getTimestamp()
Get the timestamp

Returns:
the timestamp

getContext

Object getContext()
Get the context

Returns:
the context


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