Class ForEvents.LocalBean

java.lang.Object
org.oddjob.events.ForEvents.LocalBean
All Implemented Interfaces:
ArooaSessionAware
Enclosing class:
ForEvents<T>

public class ForEvents.LocalBean extends Object implements ArooaSessionAware
This provides a bean for current properties.
  • Method Details

    • setArooaSession

      public void setArooaSession(ArooaSession session)
      Description copied from interface: ArooaSessionAware
      Accept the current Arooa Session.
      Specified by:
      setArooaSession in interface ArooaSessionAware
      Parameters:
      session - The Arooa Session. Never null.
    • getCurrent

      public Object getCurrent()
    • getIndex

      public int getIndex()
    • setJob

      public void setJob(Object child)