JanosVM v1.0 API

edu.utah.janosvm.sys
Interface EventHandler

All Known Implementing Classes:
TeamBackEnd

interface EventHandler

Interface for objects that are want to handle system events.

Author:
Tim Stack, Utah Janos Team
See Also:
Event, EventQueue

Method Summary
 void handleEvent(Event ev)
          Handle the Event targeted to this object.
 

Method Detail

handleEvent

public void handleEvent(Event ev)
Handle the Event targeted to this object.
Parameters:
ev - The Event to process.
See Also:
Event.setTarget(edu.utah.janosvm.sys.EventHandler)

JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003