Package com.apple.eawt
Class ApplicationEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.apple.eawt.ApplicationEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @Deprecated public class ApplicationEvent extends java.util.EventObjectDeprecated.no reason originally specified- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationEvent(java.lang.Object source, java.lang.String fFilename, boolean fHandled)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetFilename()Deprecated.no reason originally specifiedbooleanisHandled()Deprecated.no reason originally specifiedvoidsetHandled(boolean b)Deprecated.no reason originally specified
 
- 
- 
- 
Method Detail- 
isHandled@Deprecated public boolean isHandled() Deprecated.no reason originally specified
 - 
setHandled@Deprecated public void setHandled(boolean b) Deprecated.no reason originally specified
 - 
getFilename@Deprecated public java.lang.String getFilename() Deprecated.no reason originally specified
 
- 
 
-