com.cmpware.ide
Interface IListener

All Known Implementing Classes:
ArrayView, DasmView, DisassembleView, EasyTable, EasyText, ExportAction, HexDumpView, ImageView, InstructionMixView, LinkView, MemoryView, PowerMeterView, ProfileView, RegisterView, SourceCodeView, SpecialRegisterView, VariablesView

public interface IListener

This implements the generic Listener interface.

Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Method Summary
 void handleEvent(int eventType)
          This method is called upon receipt of an event.
 

Field Detail

copyright

static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Method Detail

handleEvent

void handleEvent(int eventType)
This method is called upon receipt of an event.

Parameters:
eventType - a code giving the event type.