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 voidonEvent(GEvent event)Called to process an event.voidrun()Enables refresh.
Method Detail
run
public void run()
Enables refresh.- Specified by:
runin interfacejava.lang.Runnable
onEvent
public void onEvent(GEvent event)
Called to process an event.- Specified by:
onEventin interfaceEventListener- Parameters:
event- The event.