Package com.iizigo.vs
Class ActionActorDialog
- java.lang.Object
- org.eclipse.swt.widgets.Dialog
- com.iizigo.vs.ActionActorDialog
- All Implemented Interfaces:
EventListener
,java.lang.Runnable
public class ActionActorDialog extends org.eclipse.swt.widgets.Dialog implements java.lang.Runnable, EventListener
New or Edit Action Actor dialog box.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onEvent(GEvent event)
Called to process an event.void
run()
Enables refresh.
Method Detail
run
public void run()
Enables refresh.- Specified by:
run
in interfacejava.lang.Runnable
onEvent
public void onEvent(GEvent event)
Called to process an event.- Specified by:
onEvent
in interfaceEventListener
- Parameters:
event
- The event.