ApplicationEvent

package com.apple.eawt;

public class ApplicationEvent {

  public String   getFilename();
  public boolean  isHandled()
  public void     setHandled(boolean state) 

}
Call setHandled after you've handled an event
Previous | Next | Top | Cafe con Leche

Copyright 2005, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 17, 2006