org.almendra.janet.cas.handlers
Class ApplicationRegisteredParams

java.lang.Object
  extended by org.almendra.commons.events.AbstractEventParams
      extended by org.almendra.janet.cas.handlers.ApplicationRegisteredParams
All Implemented Interfaces:
java.io.Serializable, IEventParams

public class ApplicationRegisteredParams
extends AbstractEventParams
implements IEventParams

Author:
Oliver
See Also:
Serialized Form

Field Summary
protected  AbstractApplication addedApplication
           
static java.lang.String EVENT_NAME
           
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
protected ApplicationRegisteredParams()
          Creates a new ApplicationRegisteredParams object.
  ApplicationRegisteredParams(AbstractApplication addedApplication)
          Creates a new ApplicationRegisteredParams object.
 
Method Summary
 AbstractApplication getAddedApplication()
           
 
Methods inherited from class org.almendra.commons.events.AbstractEventParams
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.commons.events.IEventParams
get, put
 

Field Detail

EVENT_NAME

public static final java.lang.String EVENT_NAME
See Also:
Constant Field Values

addedApplication

protected AbstractApplication addedApplication
Constructor Detail

ApplicationRegisteredParams

protected ApplicationRegisteredParams()
Creates a new ApplicationRegisteredParams object.


ApplicationRegisteredParams

public ApplicationRegisteredParams(AbstractApplication addedApplication)
Creates a new ApplicationRegisteredParams object.

Method Detail

getAddedApplication

public AbstractApplication getAddedApplication()
Returns:
Returns the addedApplication.