uk.ac.man.bioinf.apps.systemevents
Class SystemEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--uk.ac.man.bioinf.apps.systemevents.SystemEvent
All Implemented Interfaces:
Serializable

public class SystemEvent
extends EventObject

SystemEvent.java

Created: Thu Jan 14 17:51:04 1999

Compliant:

Version:
Author:
Phillip Lord
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SystemEvent(Object source, SystemEventOption option)
           
 
Method Summary
 SystemEventOption getOption()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemEvent

public SystemEvent(Object source,
                   SystemEventOption option)
Method Detail

getOption

public SystemEventOption getOption()