org.gcube.common.ghn.service.events
Class ApplicationEvent<T extends ApplicationHandler<T>>

java.lang.Object
  extended by org.gcube.common.ghn.service.events.ApplicationEvent<T>
Direct Known Subclasses:
LifecycleEvent, RequestEvent

public abstract class ApplicationEvent<T extends ApplicationHandler<T>>
extends Object

An event that occurs in the lifetime of the application.

Author:
Fabio Simeoni

Method Summary
 ApplicationContext context()
          Returns the context of the application.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

context

public ApplicationContext context()
Returns the context of the application.

Returns:
the context

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.