Reference for JVM version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
com.spvessel.spacevil.Core.EventCommonMethod Class Reference

Public Member Functions

List< InterfaceCommonMethodgetActions ()
 
int size ()
 
void add (InterfaceCommonMethod action)
 
boolean remove (InterfaceCommonMethod action)
 
void clear ()
 
void execute ()
 

Member Function Documentation

◆ add()

void com.spvessel.spacevil.Core.EventCommonMethod.add ( InterfaceCommonMethod  action)

◆ clear()

void com.spvessel.spacevil.Core.EventCommonMethod.clear ( )

◆ execute()

void com.spvessel.spacevil.Core.EventCommonMethod.execute ( )

◆ getActions()

List<InterfaceCommonMethod> com.spvessel.spacevil.Core.EventCommonMethod.getActions ( )

◆ remove()

boolean com.spvessel.spacevil.Core.EventCommonMethod.remove ( InterfaceCommonMethod  action)

◆ size()

int com.spvessel.spacevil.Core.EventCommonMethod.size ( )

The documentation for this class was generated from the following file: