Uses of Interface
org.beanlet.Event

Packages that use Event
org.beanlet Contains all of the core beanlet interfaces and bootstrap classes. 
org.beanlet.event Contains all beanlet core events. 
 

Uses of Event in org.beanlet
 

Methods in org.beanlet with type parameters of type Event
abstract
<T extends Event>
T
BeanletApplicationContext.getEvent(Class<T> eventType)
          Factory method for the specified eventType.
 

Methods in org.beanlet that return Event
 Event BeanletEventException.getEvent()
           
 

Methods in org.beanlet with parameters of type Event
 Object BeanletReference.execute(Event event)
          Executes the specified event.
 boolean BeanletReference.isExecutable(Event event)
          Returns true if specified event is supported by this reference.
 

Constructors in org.beanlet with parameters of type Event
BeanletEventException(String beanletName, Event event)
           
BeanletEventException(String beanletName, Event event, String message)
           
BeanletEventException(String beanletName, Event event, String message, Throwable cause)
           
BeanletEventException(String beanletName, Event event, Throwable cause)
           
BeanletEventNotExecutableException(String beanletName, Event event)
           
BeanletEventNotExecutableException(String beanletName, Event event, Throwable cause)
           
BeanletExecutionException(String beanletName, Event event, Throwable cause)
           
 

Uses of Event in org.beanlet.event
 

Subinterfaces of Event in org.beanlet.event
 interface AttributeEvent
          Root interface for attribute events.
 interface AttributeReadEvent
          Reads attribute value from beanlet reference.
 interface AttributeWriteEvent
          Writes value to specified attribute.
 interface ExecuteEvent
          Results in invoking the method annotated with the Execute annotation.
 interface FactoryEvent
          Creates object from factory beanlet.
 interface LifecycleEvent
          Root interface for lifecycle events.
 interface OperationEvent
          Event for invoking operations.
 interface ScheduleEvent
          Results in invoking the method annotated with the Schedule annotation.
 interface StartEvent
          Invokes the method annotated with the Start annotation.
 interface StopEvent
          Results in invoking the method annotated with the Stop annotation.
 



Copyright © 2006-2012. All Rights Reserved.