Example #1
0
 /** Returns the current application scope */
 public SingletonScope() {
   Environment.addCloseListener(_context);
 }
  protected AbstractRolloverLog() {
    _rolloverListener = new RolloverAlarm();
    _rolloverAlarm = new WeakAlarm(_rolloverListener);

    Environment.addCloseListener(this);
  }