org.sonatype.sisu.goodies.eventbus.internal.guava
Class EventBus.EventWithHandler

java.lang.Object
  extended by org.sonatype.sisu.goodies.eventbus.internal.guava.EventBus.EventWithHandler
Enclosing class:
EventBus

protected static class EventBus.EventWithHandler
extends Object

simple struct representing an event and it's handler


Field Summary
 Object event
           
 EventHandler handler
           
 
Constructor Summary
EventBus.EventWithHandler(Object event, EventHandler handler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public final Object event

handler

public final EventHandler handler
Constructor Detail

EventBus.EventWithHandler

public EventBus.EventWithHandler(Object event,
                                 EventHandler handler)


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.