com.ebmwebsourcing.geasytools.webeditor.api.plugin
Interface IPlugin

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Subinterfaces:
IProjectPlugin<T>

public interface IPlugin
extends com.google.gwt.event.shared.HasHandlers


Method Summary
 void addHandler(IPluginHandler handler)
           
 IEditorEventBus getEventBus()
           
 java.lang.String getName()
           
 void setEventBus(IEditorEventBus eventBus)
           
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

getName

java.lang.String getName()

addHandler

void addHandler(IPluginHandler handler)

setEventBus

void setEventBus(IEditorEventBus eventBus)

getEventBus

IEditorEventBus getEventBus()


Copyright © 2010-2011 Petals Link. All Rights Reserved.